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 bsteffensmeier, eric.snow, graysky, ndjensen, petr.viktorin, shihai1991, vstinner
Date 2021-12-16.00:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639615246.23.0.697309191027.issue46070@roundup.psfhosted.org>
In-reply-to
Content
Using attached bug.py, it's possible to trigger the crash on the main branch. I modified the reproducer to use the "_asyncio" extension which still uses the old API PyModule_Create() with PyModuleDef.m_size = -1.
History
Date User Action Args
2021-12-16 00:40:46vstinnersetrecipients: + vstinner, petr.viktorin, eric.snow, ndjensen, shihai1991, graysky, bsteffensmeier
2021-12-16 00:40:46vstinnersetmessageid: <1639615246.23.0.697309191027.issue46070@roundup.psfhosted.org>
2021-12-16 00:40:46vstinnerlinkissue46070 messages
2021-12-16 00:40:46vstinnercreate