[issue24802] int and float constructing from non NUL-terminated buffer

Martin Panter report at bugs.python.org
Wed Nov 4 18:37:43 EST 2015


Martin Panter added the comment:

The patch looks good to me.

However I don’t understand what you meant about restoring int(bytes, base) behaviour. None of the patches here, nor in Issue 22896, touch long_new() in /Objects/longobject.c.

----------
nosy: +martin.panter

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


More information about the Python-bugs-list mailing list