This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 martin.panter
收信人 benjamin.peterson, martin.panter, neologix, pitrou, python-dev, ryan003, underrun, victorpoluceno, vstinner
日期 2016-02-19.22:15:11
SpamBayes Score -1.0
Marked as misclassified
Message-id <1455920111.34.0.903885607085.issue5715@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2016-02-19 22:15:11martin.panter修改recipients: + martin.panter, pitrou, vstinner, benjamin.peterson, ryan003, victorpoluceno, neologix, python-dev, underrun
2016-02-19 22:15:11martin.panter修改messageid: <1455920111.34.0.903885607085.issue5715@psf.upfronthosting.co.za>
2016-02-19 22:15:11martin.panter链接issue5715 messages
2016-02-19 22:15:11martin.panter创建