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 neologix
Recipients benjamin.peterson, neologix, pitrou, python-dev, ryan003, victorpoluceno, vstinner
Date 2011-05-24.17:44:32
SpamBayes Score 4.1526775e-08
Marked as misclassified No
Message-id <1306259072.9.0.765413481894.issue5715@psf.upfronthosting.co.za>
In-reply-to
Content
> You change caused test_socketserver to hang. I attempted a fix, but I'm not sure if it's completely correct.

I'm a morron.
I don't know how I could miss this: closing the server socket is perfectly fine in TCP, since a new one is returned by accept(). But in UDP, it's definitely wrong, since it's used by the handler.
I don't know however how I missed this, since I remember having run test_socketserver...

The best fix is simply to revert the patch.
I'm really sorry about this...
History
Date User Action Args
2011-05-24 17:44:32neologixsetrecipients: + neologix, pitrou, vstinner, benjamin.peterson, ryan003, victorpoluceno, python-dev
2011-05-24 17:44:32neologixsetmessageid: <1306259072.9.0.765413481894.issue5715@psf.upfronthosting.co.za>
2011-05-24 17:44:32neologixlinkissue5715 messages
2011-05-24 17:44:32neologixcreate