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 M-Reimer, bsteffensmeier, corona10, eric.snow, erlendaasland, graysky, hroncok, miss-islington, ndjensen, petr.viktorin, shihai1991, uckelman, vstinner
Date 2022-01-13.00:01:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642032083.13.0.94957217581.issue46070@roundup.psfhosted.org>
In-reply-to
Content
I modified PR 30565 (3.10) and PR 30566 (3.9) to fix the ABI. I added _PyGC_GetState() which always use PyInterpreterState.gc of the main interpreter.
History
Date User Action Args
2022-01-13 00:01:23vstinnersetrecipients: + vstinner, petr.viktorin, eric.snow, ndjensen, hroncok, uckelman, corona10, miss-islington, shihai1991, erlendaasland, graysky, bsteffensmeier, M-Reimer
2022-01-13 00:01:23vstinnersetmessageid: <1642032083.13.0.94957217581.issue46070@roundup.psfhosted.org>
2022-01-13 00:01:23vstinnerlinkissue46070 messages
2022-01-13 00:01:23vstinnercreate