Serhiy Storchaka added the comment:

I suggest use PyLong_AsLongAndOverflow/PyLong_AsLongLongAndOverflow and then 
PyLong_AsUnsignedLong/PyLong_AsUnsignedLongLong in case if positive overflow. 
Perhaps you need also special converters for "O&" format in PyArg_ParseTuple. 
This issue is not as easy as it seemed. ;-)

----------

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

Reply via email to