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 2021-03-17.20:51:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616014264.33.0.365698516583.issue40533@roundup.psfhosted.org>
In-reply-to
Content
> To get one GIL per interpreter (bpo-40512), either PyObject.ob_refcnt member must become an atomic variable, or subinterpreters must not share any object.

The current plan is to not share any object between two interpreters, so this PR is not needed. I close my PR 19958 which marked PyObject.ob_refcnt as atomic.
History
Date User Action Args
2021-03-17 20:51:04vstinnersetrecipients: + vstinner, eric.snow, shihai1991
2021-03-17 20:51:04vstinnersetmessageid: <1616014264.33.0.365698516583.issue40533@roundup.psfhosted.org>
2021-03-17 20:51:04vstinnerlinkissue40533 messages
2021-03-17 20:51:04vstinnercreate