[issue27725] Use Py_SIZE(x) instead of x->ob_size

STINNER Victor report at bugs.python.org
Wed Aug 17 09:18:54 EDT 2016


STINNER Victor added the comment:

I suggest to close this issue.

Aliasing issues are complex and simply cannot be fixed in Python 2. The root issue has been fixed in Python 3, it required to change the main C structures of Python objects.

The fix for your issue to already known, use -qalias=noansi with XLC.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list