Serhiy Storchaka added the comment:

Great! Besides few nitpicks the patch LGTM.

> 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.

long_new() uses PyNumber_Long(). I was wrong, the contrary case is affected, 
when the base is not specified.

----------
stage: patch review -> commit review

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

Reply via email to