Antoine Pitrou <pit...@free.fr> added the comment:

[...]
>     # note, thread may die in any time! regardles of isAlive()
>     # if thread dead before calling serve_forever(), will hang here without a 
> workaround
>     rpc.shutdown() # from xmlrpcservr. 

Why do you say it "hangs"? It doesn't hang, it just waits for you to
call serve_forever(): it's not a bug, it's actually a feature.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12463>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to