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-03-28.23:17:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
PR 12615 changes Py_DEBUG to no longer imply Py_TRACE_REFS. IMHO it's a more reasonable approach.

I'm not sure if it's enough to magically get exactly the same ABI than Python built in release mode.
History
Date User Action Args
2019-03-28 23:17:20vstinnersetrecipients: + vstinner, pitrou
2019-03-28 23:17:20vstinnersetmessageid: <[email protected]>
2019-03-28 23:17:20vstinnerlinkissue36465 messages
2019-03-28 23:17:20vstinnercreate