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 Mark.Shannon
Recipients Mark.Shannon, eric.snow, jdemeyer, nascheme, ncoghlan, phsilva, steve.dower, vstinner
Date 2020-03-17.15:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584457836.51.0.471853478913.issue36710@roundup.psfhosted.org>
In-reply-to
Content
Instead of passing `_PyRuntimeState` around everywhere, why not just let it disappear in time.

Currently `_PyRuntimeState` manages "global" state, mainly the GIL and some config.
Once the GIL has been migrated to the sub-interpreters, the config part can be factored out and `_PyRuntimeState` can just disappear.
History
Date User Action Args
2020-03-17 15:10:36Mark.Shannonsetrecipients: + Mark.Shannon, nascheme, ncoghlan, vstinner, phsilva, eric.snow, jdemeyer, steve.dower
2020-03-17 15:10:36Mark.Shannonsetmessageid: <1584457836.51.0.471853478913.issue36710@roundup.psfhosted.org>
2020-03-17 15:10:36Mark.Shannonlinkissue36710 messages
2020-03-17 15:10:36Mark.Shannoncreate