Martin Panter added the comment:

Replying to Donghyun’s last message, I understand UDPServer is derived from the 
TCPServer, so it would inherit TCPServer.server_close(), and therefore would 
close the one and only UDP socket. I think you may have to add a new 
prepare_child() method, or add a special case somewhere for forked TCP (or 
stream) servers.

----------
nosy: +martin.panter
stage: patch review -> needs patch

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

Reply via email to