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 christian.heimes, eric.snow, petr.viktorin, scoder, steve.dower, ta1hia, vstinner
Date 2019-09-26.21:08:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569532098.28.0.0252012776506.issue38160@roundup.psfhosted.org>
In-reply-to
Content
> A "PyInterpreterState *interp" field on PyTypeObject would allow us to quickly access the originating interpreter from any object.

Does it mean that a type A created in interperter 1 can be seen/accessed from interpreter 2? First I understood that an interepter should only access objects created by itself?
History
Date User Action Args
2019-09-26 21:08:18vstinnersetrecipients: + vstinner, scoder, christian.heimes, petr.viktorin, eric.snow, steve.dower, ta1hia
2019-09-26 21:08:18vstinnersetmessageid: <1569532098.28.0.0252012776506.issue38160@roundup.psfhosted.org>
2019-09-26 21:08:18vstinnerlinkissue38160 messages
2019-09-26 21:08:18vstinnercreate