
April 11, 2020
10:22 a.m.
On Sat, 11 Apr 2020 02:11:41 +0200 Victor Stinner <vstinner@python.org> wrote:
Le ven. 10 avr. 2020 à 22:00, Antoine Pitrou <solipsis@pitrou.net> 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-...
I had missed that. Great! :-) Regards Antoine.