[issue6382] test_socketserver fails on trunk in test_ForkingTCPServer

Kristján Valur Jónsson report at bugs.python.org
Sat Jul 4 17:44:20 CEST 2009


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

This is a "fork" problem.
socket.close must be done on the parent, while socket.shutdown and 
socket.close must be performed on the child.
I must restructure this a little bit to make it work.

----------
nosy: +krisvale

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


More information about the Python-bugs-list mailing list