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 prahal
Recipients M-Reimer, bsteffensmeier, corona10, eric.snow, erlendaasland, graysky, hroncok, jokot3, miss-islington, ndjensen, petr.viktorin, prahal, shihai1991, uckelman, vstinner
Date 2022-03-24.18:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648146260.33.0.0114484428447.issue46070@roundup.psfhosted.org>
In-reply-to
Content
3.10 branch is fixed if I revert e6bb17fe29713368e1fd93d9ac9611017c4f570c bpo-46070: _PyGC_Fini() untracks objects (GH-30577). Be it if I revert it atop current head 9006b4471cc4d74d0cbf782d841a330b0f46a3d0 or if I test the commit before e6bb17fe29713368e1fd93d9ac9611017c4f570c was merged.

As this made no sense with regards to this bug report history that this fix broke the branch, I tried v3.10.1 which lacks this fix. Vanilla is broken too. Also applying the "_PyGC_Fini untracks objects" upon 3.10.1 does not fix the test case crash.

I am puzzled. Will try to bisect the commit that fixed the testcase in the 3.10 branch before "_PyGC_Fini untracks objects" was merged and after 3.10.1.
History
Date User Action Args
2022-03-24 18:24:20prahalsetrecipients: + prahal, vstinner, petr.viktorin, eric.snow, ndjensen, hroncok, uckelman, corona10, miss-islington, shihai1991, erlendaasland, graysky, bsteffensmeier, M-Reimer, jokot3
2022-03-24 18:24:20prahalsetmessageid: <1648146260.33.0.0114484428447.issue46070@roundup.psfhosted.org>
2022-03-24 18:24:20prahallinkissue46070 messages
2022-03-24 18:24:20prahalcreate