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 eric.snow
Recipients eric.snow, vstinner
Date 2019-05-10.19:16:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
FYI, I've already started some of this work:

* #36737 warnings
* #36854 gc
* #33608 pending calls
* #10915 & #15751 gilstate

Other bits I'm planning on:
* the rest of the global "ceval" state
* the memory allocators
* the GIL

Note that, to make the GIL per-interpreter, we can't have any remaining runtime state shared by interpreters (unless it is protected by its own locks).
History
Date User Action Args
2019-05-10 19:16:48eric.snowsetrecipients: + eric.snow, vstinner
2019-05-10 19:16:48eric.snowsetmessageid: <[email protected]>
2019-05-10 19:16:48eric.snowlinkissue36877 messages
2019-05-10 19:16:48eric.snowcreate