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 jd, methane, vstinner
Date 2020-02-11.13:15:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581426906.57.0.973950086894.issue39599@roundup.psfhosted.org>
In-reply-to
Content
> 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. :(

Python stores pointers to PyObject*. If your code doesn't access PyGC_Head directly, maybe it does acess it indirectly? I don't understand why you get a crash. It would help if you can provide more information about the crash. In which function does it happen? Try to get a gdb trace.
History
Date User Action Args
2020-02-11 13:15:06vstinnersetrecipients: + vstinner, methane, jd
2020-02-11 13:15:06vstinnersetmessageid: <1581426906.57.0.973950086894.issue39599@roundup.psfhosted.org>
2020-02-11 13:15:06vstinnerlinkissue39599 messages
2020-02-11 13:15:06vstinnercreate