[issue38465] The type of ob_exports in PyByteArrayObject become Py_ssize_t.

hai shi report at bugs.python.org
Sun Oct 13 11:03:36 EDT 2019


hai shi <shihai1991 at 126.com> added the comment:

sorry, typo error.
# the ob_exports would be overflow in 32 bit machine when i = 2**31.
-->
# the ob_exports would be overflow in 64 bit machine when i = 2**31.

----------

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


More information about the Python-bugs-list mailing list