[issue28876] bool of large range raises OverflowError

Akira Li report at bugs.python.org
Sun Jan 22 08:17:19 EST 2017


Akira Li added the comment:

Following the python-dev discussion [1] I've added a variant of the patch that uses c99 designated initializers [2]

[1] https://mail.python.org/pipermail/python-dev/2017-January/147175.html
[2] https://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html

----------
Added file: http://bugs.python.org/file46378/range_bool-c99-designated-initializers.patch

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


More information about the Python-bugs-list mailing list