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 shihai1991
Recipients corona10, eric.snow, erlendaasland, jack__d, lukasz.langa, petr.viktorin, shihai1991, trygveaa, vstinner
Date 2021-08-17.13:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629205459.67.0.439692471314.issue44050@roundup.psfhosted.org>
In-reply-to
Content
> Maybe the old behavior was better: if an extension uses the old API, share its state between all interpreters.

+1. I create PR-27794, which use `def->m_slots` to identify the extension module created from `PyModule_Create()` or not. cc @petr
History
Date User Action Args
2021-08-17 13:04:19shihai1991setrecipients: + shihai1991, vstinner, petr.viktorin, lukasz.langa, eric.snow, corona10, erlendaasland, trygveaa, jack__d
2021-08-17 13:04:19shihai1991setmessageid: <1629205459.67.0.439692471314.issue44050@roundup.psfhosted.org>
2021-08-17 13:04:19shihai1991linkissue44050 messages
2021-08-17 13:04:19shihai1991create