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 vstinner
Recipients eric.snow, vstinner
Date 2019-05-10.02:20:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557454818.27.0.586741861206.issue36818@roundup.psfhosted.org>
In-reply-to
Content
I don't see the point of PyInterpreterState.runtime:

* I understood that we should have and only one _PyRuntimeState instance: _PyRuntime. Why not accessing it directly?
* I understood that most _PyRuntimeState fields should be moved to PyInterpreterState. Once this refactoring will be done, we will almost never have to access _PyRuntime.
History
Date User Action Args
2019-05-10 02:20:18vstinnersetrecipients: + vstinner, eric.snow
2019-05-10 02:20:18vstinnersetmessageid: <1557454818.27.0.586741861206.issue36818@roundup.psfhosted.org>
2019-05-10 02:20:18vstinnerlinkissue36818 messages
2019-05-10 02:20:18vstinnercreate