[issue35206] Add new experimental _Py_CAPI2 API

STINNER Victor report at bugs.python.org
Fri Nov 9 20:42:29 EST 2018


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

I previously tried a very similar patch but reusing Py_DEBUG define, rather than adding a new _Py_CAPI2 define: bpo-35199. I abandonned it because it was backward incompatible. This change is backward compatible: the new API is not compatible with the current API, but the change doesn't impact the default API which remains unchanged.

----------

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


More information about the Python-bugs-list mailing list