Why is there no PyInt_AsInt() ?

J

Jon Perez

....and instead down-cast the result of PyInt_AsLong() when
the PyObject was an integer in the first place??
 
V

vincent wehren

Jon said:
...and instead down-cast the result of PyInt_AsLong() when
the PyObject was an integer in the first place??
Yes, but a Python integer is "not the same" as a C integer. Python
integers are implemented using a C long.

Vincent Wehren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,181
Messages
2,570,970
Members
47,536
Latest member
VeldaYoung

Latest Threads

Top