[issue2302] Uses of SocketServer.BaseServer.shutdown have a race

Antoine Pitrou report at bugs.python.org
Mon Apr 19 21:46:18 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

By the way, getting rid of poll_interval for a file descriptor is easy under Unix, but wouldn't work under Windows (where select() only takes sockets, not arbitrary file descriptors).

----------

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


More information about the Python-bugs-list mailing list