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, carltongibson, lukasz.langa, mikeshardmind, njs, steve.dower, yselivanov
Date 2020-02-24.14:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582553700.54.0.568524597748.issue37373@roundup.psfhosted.org>
In-reply-to
Content
From my understanding, the issue is still desirable but we have a lack of resources.
Regarding the patch for tornado, using selectors.SelectSelector for implementing add_reader()/remove_reader() and add_writer()/remove_writer() in ProactorEventLoop looks is more robust solution IMHO.
History
Date User Action Args
2020-02-24 14:15:00asvetlovsetrecipients: + asvetlov, njs, lukasz.langa, Ben.Darnell, yselivanov, steve.dower, Big Stone, mikeshardmind, carltongibson
2020-02-24 14:15:00asvetlovsetmessageid: <1582553700.54.0.568524597748.issue37373@roundup.psfhosted.org>
2020-02-24 14:15:00asvetlovlinkissue37373 messages
2020-02-24 14:15:00asvetlovcreate