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 eric.snow
Recipients eric.snow, shihai1991, vstinner
Date 2020-05-06.16:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588781305.2.0.199386076993.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.

Making PyObject.ob_refcnt atomic until then (only as part of the experiment) should be fine.
History
Date User Action Args
2020-05-06 16:08:25eric.snowsetrecipients: + eric.snow, vstinner, shihai1991
2020-05-06 16:08:25eric.snowsetmessageid: <1588781305.2.0.199386076993.issue40533@roundup.psfhosted.org>
2020-05-06 16:08:25eric.snowlinkissue40533 messages
2020-05-06 16:08:25eric.snowcreate