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 stefan
Recipients asvetlov, stefan, vstinner, yselivanov
Date 2019-01-05.02:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546654450.26.0.655620558242.issue35635@roundup.psfhosted.org>
In-reply-to
Content
That's quite an unfortunate limitation ! I'm working on a GUI frontend to a Python tool I wrote using asyncio, and the GUI (Qt-based) itself insists to run its own event loop in the main thread.

I'm not sure how to work around this limitation, but I can report that my previously reported strategy appears to be working well (so far).

What are the issues I should expect to encounter running an asyncio event loop in a worker thread ?
History
Date User Action Args
2019-01-05 02:14:11stefansetrecipients: + stefan, vstinner, asvetlov, yselivanov
2019-01-05 02:14:10stefansetmessageid: <1546654450.26.0.655620558242.issue35635@roundup.psfhosted.org>
2019-01-05 02:14:10stefanlinkissue35635 messages
2019-01-05 02:14:10stefancreate