[issue35230] Remove _Py_REF_DEBUG_COMMA

STINNER Victor report at bugs.python.org
Wed Nov 14 05:07:11 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

Thanks. I almost started my project to convert macros to static inline functions just to remove ugly things like:

#define _Py_REF_DEBUG_COMMA ,


(Well, there are other reasons to move to proper functions.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35230>
_______________________________________


More information about the Python-bugs-list mailing list