[issue45262] crash if asyncio is used before and after re-initialization if using python embedded in an application

Andrew Svetlov report at bugs.python.org
Wed Sep 22 15:57:30 EDT 2021


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I guess the fix requires switching C Extension types from static to heap for _asyncio module.
It is possible for sure but requires a non-trivial amount of work.

We need a champion for the issue.

----------

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


More information about the Python-bugs-list mailing list