[issue33523] loop.run_until_complete re-entrancy to support more complicated codebases in transition to asyncio

Andrew Svetlov report at bugs.python.org
Mon Sep 9 06:50:55 EDT 2019


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

Let's close the issue as "won't fix".

Third-party loop implementation *can* be reentrant but we don't want to encourage people to use this pattern in stdlib.

----------
resolution:  -> wont fix
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list