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.

Author kristjan.jonsson
Recipients kristjan.jonsson, r.david.murray
Date 2009-07-04.15:44:18
SpamBayes Score 0.0006423467
Marked as misclassified No
Message-id <1246722260.24.0.727573149082.issue6382@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-04 15:44:20kristjan.jonssonsetrecipients: + kristjan.jonsson, r.david.murray
2009-07-04 15:44:20kristjan.jonssonsetmessageid: <1246722260.24.0.727573149082.issue6382@psf.upfronthosting.co.za>
2009-07-04 15:44:19kristjan.jonssonlinkissue6382 messages
2009-07-04 15:44:19kristjan.jonssoncreate