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 vstinner
Date 2018-11-09.16:05:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541779518.95.0.788709270274.issue35199@psf.upfronthosting.co.za>
In-reply-to
Content
Copy of my comment:
https://github.com/python/cpython/pull/10435#issuecomment-437405620

This change breaks the backward compatibility when a C extension is compiled with Py_DEBUG. So I'm not sure that it should be merged into Python 3.8. Maybe we should add a new opt-in experimental option to enable it, instead of Py_DEBUG?
History
Date User Action Args
2018-11-09 16:05:18vstinnersetrecipients: + vstinner
2018-11-09 16:05:18vstinnersetmessageid: <1541779518.95.0.788709270274.issue35199@psf.upfronthosting.co.za>
2018-11-09 16:05:18vstinnerlinkissue35199 messages
2018-11-09 16:05:18vstinnercreate