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-10-31.23:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604185540.3.0.29433273995.issue40533@roundup.psfhosted.org>
In-reply-to
Content
> For example, PyModule_Type is declared statically and so shared by all interpreters and so PyModule_Type.tp_mro tuple is accessed in parallel by multiple interpreters.

Another example of this issue are parallel Py_INCREF/Py_DECREF calls on the tp_bases member of a type.
History
Date User Action Args
2020-10-31 23:05:40vstinnersetrecipients: + vstinner, eric.snow, shihai1991
2020-10-31 23:05:40vstinnersetmessageid: <1604185540.3.0.29433273995.issue40533@roundup.psfhosted.org>
2020-10-31 23:05:40vstinnerlinkissue40533 messages
2020-10-31 23:05:40vstinnercreate