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

Agreed. It's valuable to pass the thread state, but the runtime state should only be needed to create a new thread state (and arguably not even then).
History
Date User Action Args
2020-03-17 15:20:23steve.dowersetrecipients: + steve.dower, nascheme, ncoghlan, vstinner, phsilva, Mark.Shannon, eric.snow, jdemeyer
2020-03-17 15:20:23steve.dowersetmessageid: <1584458423.58.0.0736900397175.issue36710@roundup.psfhosted.org>
2020-03-17 15:20:23steve.dowerlinkissue36710 messages
2020-03-17 15:20:23steve.dowercreate