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 methane, pablogsal, serhiy.storchaka, vstinner
Date 2019-07-08.14:25:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562595944.11.0.20956454081.issue36389@roundup.psfhosted.org>
In-reply-to
Content
Ah by the way, this issue was mostly motivated by a customer issue, but the bug disappeared from customer's production.

Moreover, Python 3.8 now allows to use debug build without having to recompile all C extensions:
https://docs.python.org/dev/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build

A debug build may also help to catch more bugs.
History
Date User Action Args
2019-07-08 14:25:44vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, pablogsal
2019-07-08 14:25:44vstinnersetmessageid: <1562595944.11.0.20956454081.issue36389@roundup.psfhosted.org>
2019-07-08 14:25:44vstinnerlinkissue36389 messages
2019-07-08 14:25:43vstinnercreate