[issue46070] broken subinterpreters

STINNER Victor report at bugs.python.org
Wed Dec 15 19:40:46 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

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.

----------
Added file: https://bugs.python.org/file50497/bug.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46070>
_______________________________________


More information about the Python-bugs-list mailing list