[issue40294] Use-after-free crash if multiple interpreters import asyncio module

STINNER Victor report at bugs.python.org
Wed Apr 15 13:51:06 EDT 2020


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

_asyncio should be ported to multiphase initialization (PEP 489) and its types converted to PyType_FromSpec() rather than using statically allocated types. See bpo-1635741.

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list