[issue13749] socketserver can't stop

K Richard Pixley report at bugs.python.org
Mon Jan 9 20:28:07 CET 2012


K Richard Pixley <rich at noir.com> added the comment:

On second thought, my proposal is likely to break existing code, so I withdraw it.

I don't know how to exit the server in a way that both works in all conditions and also continues to support existing semantics.

I expect we'll need to create a new call.  Perhaps "request_shutdown" which simply sets the flag without waiting?

----------

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


More information about the Python-bugs-list mailing list