trollius icon indicating copy to clipboard operation
trollius copied to clipboard

Fix SelectSelector to be compatible with monkey_patch

Open snapiri opened this issue 7 years ago • 1 comments

When using eventlet.monkey_patch(), it disables all the Selectors but the SelectSelector. Another thing it does is modify how the constructor handles the class methods. The way the SelectSelector handles the _select function is incompatible with that code. We should have a bound method calling the select function (as is done for the Win32) in order to fix this compatibility issue.

snapiri avatar Jan 31 '18 07:01 snapiri

FYI Trollius is looking for a new maintainer: I don't maintain it anymore.

vstinner avatar Jul 30 '19 09:07 vstinner