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 jdemeyer
Recipients eric.snow, jdemeyer, vstinner
Date 2019-04-26.20:57:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556312251.92.0.560298855403.issue36710@roundup.psfhosted.org>
In-reply-to
Content
So what's the relation between _PyRuntime and PyInterpreterState? If the latter is a structure per interpreter, what's the point of also making the former per interpreter? It would be better to move data from _PyRuntime to PyInterpreterState.
History
Date User Action Args
2019-04-26 20:57:31jdemeyersetrecipients: + jdemeyer, vstinner, eric.snow
2019-04-26 20:57:31jdemeyersetmessageid: <1556312251.92.0.560298855403.issue36710@roundup.psfhosted.org>
2019-04-26 20:57:31jdemeyerlinkissue36710 messages
2019-04-26 20:57:31jdemeyercreate