[issue37373] Configuration of windows event loop for libraries

Nathaniel Smith report at bugs.python.org
Thu Oct 3 03:16:24 EDT 2019


Nathaniel Smith <njs at pobox.com> added the comment:

It's also possible to implement 'select' on top of IOCP using undocumented private APIs. That's what libuv does (and how 'select' works internally). There's a bunch of information on this collected here: https://github.com/python-trio/trio/issues/52

----------
nosy: +njs

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


More information about the Python-bugs-list mailing list