[issue37373] Configuration of windows event loop for libraries

Andrew Svetlov report at bugs.python.org
Mon Feb 24 09:15:00 EST 2020


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

>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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37373>
_______________________________________


More information about the Python-bugs-list mailing list