[issue7550] PyLong_As* methods should not call nb_int.

Mark Dickinson report at bugs.python.org
Mon Dec 21 15:45:19 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

It turns out this is intimately bound up with the behaviour of 
PyArg_ParseTuple* for integer format codes.  Since this behaviour can't 
change until Python 3.3 (because of the moratorium), I'm closing this for 
now.

----------
resolution:  -> later
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7550>
_______________________________________


More information about the Python-bugs-list mailing list