Serhiy Storchaka added the comment:

Why does PyNumber_AsSsize_t() used instead PyLong_AsLongAndOverflow()? The 
range of "long" enough for all valid values of "base" and code with 
PyLong_AsLongAndOverflow() produces better error messages. It looks as a 
regression for me.

----------

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

Reply via email to