This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, vstinner
Date 2019-04-23.23:09:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556060972.86.0.468713379949.issue36465@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-23 23:09:32vstinnersetrecipients: + vstinner, pitrou
2019-04-23 23:09:32vstinnersetmessageid: <1556060972.86.0.468713379949.issue36465@roundup.psfhosted.org>
2019-04-23 23:09:32vstinnerlinkissue36465 messages
2019-04-23 23:09:32vstinnercreate