Yury Selivanov <[email protected]> added the comment:
Victor, Andrew, I'm not an expert in IOCP, but is it possible to implement add_reader/writer in ProactorEventLoop? If there's no native API for that, I guess we can spawn a thread with a 'select()' call to emulate this API? Lukasz, Another question: if we fix this, would you allow this to go in beta2/3? Strictly speaking it's going to be a new functionality. ---------- nosy: +lukasz.langa, vstinner _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37373> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
