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 Christian Exposito
Recipients Christian Exposito, asvetlov, yselivanov
Date 2020-05-28.17:54:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590688479.36.0.418054824205.issue40811@roundup.psfhosted.org>
In-reply-to
Content
Right now, Async IO module is not automatically creating a new event loop on threads that are not the main thread (https://github.com/python/cpython/blob/master/Lib/asyncio/events.py#L638), but it should be interesting to do it. For example, WSGI applications handle web requests by spawning a new thread. If we allow Async IO module to create event loops on those threads, we will improve its adoption for developing web applications.
History
Date User Action Args
2020-05-28 17:54:39Christian Expositosetrecipients: + Christian Exposito, asvetlov, yselivanov
2020-05-28 17:54:39Christian Expositosetmessageid: <1590688479.36.0.418054824205.issue40811@roundup.psfhosted.org>
2020-05-28 17:54:39Christian Expositolinkissue40811 messages
2020-05-28 17:54:39Christian Expositocreate