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-07.16:07:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641571656.77.0.171728281796.issue46070@roundup.psfhosted.org>
In-reply-to
Content
> The problematic change could be (d0d29655ff) affecting import.c

This change is part of the 3.10 branch. For 3.9, git bisect tells me that it's the following change:

commit 52d9d3b75441ae6038fadead89eac5eecdd34501
Author: Łukasz Langa <lukasz@langa.pl>
Date:   Tue Oct 5 22:30:25 2021 +0200

    [3.9] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28741)

    (cherry picked from commit b9bb74871b27d9226df2dd3fce9d42bda8b43c2b)

    Co-authored-by: Hai Shi <shihai1992@gmail.com>


The problem is that this change fixed another bug, well, see: bpo-44050. While a revert should fix win_py399_crash_reproducer.py, it will reintroduce bpo-44050 bug.
History
Date User Action Args
2022-01-07 16:07:36vstinnersetrecipients: + vstinner, petr.viktorin, eric.snow, ndjensen, hroncok, uckelman, corona10, miss-islington, shihai1991, erlendaasland, graysky, bsteffensmeier, M-Reimer
2022-01-07 16:07:36vstinnersetmessageid: <1641571656.77.0.171728281796.issue46070@roundup.psfhosted.org>
2022-01-07 16:07:36vstinnerlinkissue46070 messages
2022-01-07 16:07:36vstinnercreate