On Sat, 11 Apr 2020 02:11:41 +0200 Victor Stinner <[email protected]> wrote: > Le ven. 10 avr. 2020 à 22:00, Antoine Pitrou <[email protected]> a écrit : > > > Debug runtime and remove debug checks in release mode > > > ..................................................... > > > > > > If the C extensions are no longer tied to CPython internals, it becomes > > > possible to switch to a Python runtime built in debug mode to enable > > > runtime debug checks to ease debugging C extensions. > > > > That's the one convincing feature in this PEP, as far as I'm concerned. > > In fact, I already implemented this feature in Python 3.8: > https://docs.python.org/dev/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
I had missed that. Great! :-) Regards Antoine. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/MW3K7AHKDVWMKJCOFFUK5DR3GIDPG6WK/ Code of Conduct: http://python.org/psf/codeofconduct/
