STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35206>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to