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

Raymond Hettinger report at bugs.python.org
Thu Aug 11 03:53:40 EDT 2016


Raymond Hettinger added the comment:

I'm not clear on how non-use of the macro is causing your observed failures or whether that is due to a compiler bug.  That said, I don't see any downside to using Py_SIZE everywhere it is applicable.

----------

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


More information about the Python-bugs-list mailing list