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 csernazs
Recipients csernazs, dagobert, doughellmann, gregory.p.smith, jednaszewski, loewis, pitrou, twouters
Date 2010-02-26.10:18:16
SpamBayes Score 0.0010644776
Marked as misclassified No
Message-id <1267179498.79.0.408326323067.issue7242@psf.upfronthosting.co.za>
In-reply-to
Content
There's a bundled unittest in test_httpservers which actually fails if this patch is not applied.

See the unittest attached. Unfortunatelly RuntimError is raised in the child process after fork() so I cannot re-raise it to the parent, instead I send a message from the child to the parent via a pipe if the child is ok.
History
Date User Action Args
2010-02-26 10:18:19csernazssetrecipients: + csernazs, loewis, twouters, gregory.p.smith, pitrou, doughellmann, dagobert, jednaszewski
2010-02-26 10:18:18csernazssetmessageid: <1267179498.79.0.408326323067.issue7242@psf.upfronthosting.co.za>
2010-02-26 10:18:17csernazslinkissue7242 messages
2010-02-26 10:18:17csernazscreate