[issue12463] Calling SocketServer.shutdown() when server_forever() was not called will hang

Antoine Pitrou report at bugs.python.org
Tue Jul 26 01:07:34 CEST 2011


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

Can you explain the issue a bit more?
If thread A calls shutdown(), and thread B calls serve_forever() a bit later, thread A should IMO wait for serve_forever() to finish.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list