Mark Dickinson added the comment:

Looks good, in general.

_PyLong_AsInt should return -1 on overflow in all cases;  at the moment, it 
looks like it doesn't do that for values that overflow an int but not a long.

----------

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

Reply via email to