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

flying sheep report at bugs.python.org
Tue Aug 13 10:12:17 EDT 2019


flying sheep <flying-sheep at web.de> added the comment:

There’s this monkeypatching solution: https://pypi.org/project/nest-asyncio/

But yes, it’s a very practical problem that you can’t call async code from sync code that’s being called from async code.

----------
nosy: +flying sheep

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


More information about the Python-bugs-list mailing list