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, shihai1991, vstinner
Date 2020-05-06.16:20:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588782033.97.0.549858351338.issue40533@roundup.psfhosted.org>
In-reply-to
Content
> Yep, before per-interpreter GIL is official we must get to the point where *no* PyObject objects are shared.

I would like to add: "no PyObject objects are shared in the stdlib" ;-)
History
Date User Action Args
2020-05-06 16:20:33vstinnersetrecipients: + vstinner, eric.snow, shihai1991
2020-05-06 16:20:33vstinnersetmessageid: <1588782033.97.0.549858351338.issue40533@roundup.psfhosted.org>
2020-05-06 16:20:33vstinnerlinkissue40533 messages
2020-05-06 16:20:33vstinnercreate