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 jd
Recipients jd, methane, vstinner
Date 2020-02-11.13:10:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581426610.32.0.0027200477357.issue39599@roundup.psfhosted.org>
In-reply-to
Content
> If you want to ship wheel package, another compromise would be to require Python 3.7.5 or newer, and check early the Python version.

Yes, this is what I do now to avoid getting a segmentation fault.

I'm fine with closing this as wontfix or reject, your call. As you said, if it's not part of the stable ABI it makes sense.

The sad part if that my code does not access PyGC_Head at all. It's just a side effect when loading the code that makes it crash. :(
History
Date User Action Args
2020-02-11 13:10:10jdsetrecipients: + jd, vstinner, methane
2020-02-11 13:10:10jdsetmessageid: <1581426610.32.0.0027200477357.issue39599@roundup.psfhosted.org>
2020-02-11 13:10:10jdlinkissue39599 messages
2020-02-11 13:10:10jdcreate