STINNER Victor <vstin...@redhat.com> added the comment:

Since my goal here is to support a C extension compiled in release mode on a 
Python compiled in debug mode, Py_TRACE_REFS should be a new separated ABI 
since it modify Py_INCREF/Py_DECREF. Maybe a new configure option should be 
added to opt-in for Py_TRACE_REFS and add "t" (T stands for Trace references) 
to SOABI.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36465>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to