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 tomMoral
Recipients aeros, corona10, pitrou, tomMoral, vstinner
Date 2020-04-29.09:27:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I did GH 19788 with a few modifications. There is only one lock that seems to mater for the perf, and I actually added one other (the one in _python_exit, which necessitate another bug fix for fork context).

I did not benchmark to see if it was worth it in term of perf.
History
Date User Action Args
2020-04-29 09:27:53tomMoralsetrecipients: + tomMoral, pitrou, vstinner, corona10, aeros
2020-04-29 09:27:53tomMoralsetmessageid: <[email protected]>
2020-04-29 09:27:53tomMorallinkissue39995 messages
2020-04-29 09:27:53tomMoralcreate