[issue37170] Wrong return value from PyLong_AsUnsignedLongLongMask on PyErr_BadInternalCall

Antti Haapala report at bugs.python.org
Thu Jun 6 03:19:18 EDT 2019


Antti Haapala <antti at haapala.name> added the comment:

Victor, as a friendly reminder, (unsigned long)-1 is not necessarily the same number as (unsigned long long)-1. The documentation means the latter.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37170>
_______________________________________


More information about the Python-bugs-list mailing list