This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flying sheep
Recipients asvetlov, flying sheep, fried, lukasz.langa, yselivanov
Date 2019-08-13.14:12:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565705537.32.0.678686506106.issue33523@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-08-13 14:12:17flying sheepsetrecipients: + flying sheep, asvetlov, lukasz.langa, yselivanov, fried
2019-08-13 14:12:17flying sheepsetmessageid: <1565705537.32.0.678686506106.issue33523@roundup.psfhosted.org>
2019-08-13 14:12:17flying sheeplinkissue33523 messages
2019-08-13 14:12:17flying sheepcreate