[issue46070] [subinterpreters] asyncio crash when importing _asyncio in subinterpreter (Python 3.8 regression)

Erlend E. Aasland report at bugs.python.org
Wed Jan 5 14:13:50 EST 2022


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

> Applying the following patch upon the aforementioned commit (in 3.8) fixes
> the issue for me on latest Debian

By "the issue", I mean bug.py, not win_py399_crash_reproducer.py.

Victor: perhaps we should open a separate issue for the bug.py issue.

Applying the patch from msg409795 onto the 3.9 branch also fixes the segfault from bug.py there.

main does not segfault for me, but I would apply the patch anyway, since the current code is broken.

----------

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


More information about the Python-bugs-list mailing list