[issue29332] Uniform SelectSelector._select behavior

Wen Adam report at bugs.python.org
Fri Jan 20 22:45:59 EST 2017


Wen Adam added the comment:

Thx for your replying, Peksag.

I encountered this problem is really because of Gevent and Selector34. Gevent fixed this issue but only works for python3.4+(https://github.com/gevent/gevent/blob/master/src/gevent/monkey.py#L497) by a tricking way. python 2.x still has this problem

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29332>
_______________________________________


More information about the Python-bugs-list mailing list