Eli Bendersky added the comment:

Yes, AFAIU PyNumber_Long is the equivalent of Python-level int(obj). With other 
constructors of PyLong you are limited by long long (while Python integers may 
be arbitrarily large).

Ethan - If you're still short on time I can pretty up this patch and put it for 
review with some tests. Let me know what you prefer.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18264>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to