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 asvetlov
Recipients Ben.Darnell, Big Stone, asvetlov, lukasz.langa, vstinner, yselivanov
Date 2019-06-22.21:00:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561237249.63.0.575617068119.issue37373@roundup.psfhosted.org>
In-reply-to
Content
> Is it possible to implement add_reader/writer in ProactorEventLoop?

Sorry, no. There is no way IIUC.

Regarding a request for selecting event loop by a library.
1. You can call asyncio.set_event_loop_policy() already.
2. From my understanding, there is no issue for Tornado itself. If Jupiter Notebook needs Tornado, Tornado needs selector event loop on Windows -- Jupiter can install the proper loop.
History
Date User Action Args
2019-06-22 21:00:49asvetlovsetrecipients: + asvetlov, vstinner, lukasz.langa, Ben.Darnell, yselivanov, Big Stone
2019-06-22 21:00:49asvetlovsetmessageid: <1561237249.63.0.575617068119.issue37373@roundup.psfhosted.org>
2019-06-22 21:00:49asvetlovlinkissue37373 messages
2019-06-22 21:00:49asvetlovcreate