[issue15988] Inconsistency in overflow error messages of integer argument

Oren Milman report at bugs.python.org
Sat Mar 18 10:19:41 EDT 2017


Oren Milman added the comment:

Here is a patch including only changes related to PyLong_As* and PyArg_Parse*
functions.

(I ran the test module, and on my Windows 10, the same tests failed with
and without my patches. However, on my Ubuntu 16.04 VM, none of the tests
failed.)

----------
Added file: http://bugs.python.org/file46733/PyLong_As_and_PyArg_Parse_patchVer1.diff

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


More information about the Python-bugs-list mailing list