[issue17016] _sre: avoid relying on pointer overflow

Nickolai Zeldovich report at bugs.python.org
Wed Jan 23 19:14:41 CET 2013


Nickolai Zeldovich added the comment:

For an unsigned int offset, see my original bug report: gcc eliminates the check altogether, since offset >= 0 by definition.

----------

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


More information about the Python-bugs-list mailing list