[issue15144] Possible integer overflow in operations with addresses and sizes.

Antoine Pitrou report at bugs.python.org
Sat Jul 7 12:16:11 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> N.B. This could probably be fixed without affecting performance by
> using the usual union trick.

How would it work? We would have to add various unions to the
PyUnicode_Object definition?

----------

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


More information about the Python-bugs-list mailing list