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 ezio.melotti
Recipients ezio.melotti, kristjan.jonsson, pitrou
Date 2009-07-22.23:17:02
SpamBayes Score 6.8392507e-07
Marked as misclassified No
Message-id <1248304624.03.0.475825043675.issue6499@psf.upfronthosting.co.za>
In-reply-to
Content
I tried that too, with no results.

However using advanced debugging techniques I found something new. I
added 3 prints in the finally, one before serv.server_close(), one
after, and the last at the end, after evt.set().
The first two works, the third one sometimes doesn't (i.e. nothing is
printed), even if no errors are displayed.

I'm not 100% sure but at some point I think I saw the third message
being printed at the beginning, before the first. But now I can't
reproduce it anymore.
History
Date User Action Args
2009-07-22 23:17:04ezio.melottisetrecipients: + ezio.melotti, pitrou, kristjan.jonsson
2009-07-22 23:17:04ezio.melottisetmessageid: <1248304624.03.0.475825043675.issue6499@psf.upfronthosting.co.za>
2009-07-22 23:17:02ezio.melottilinkissue6499 messages
2009-07-22 23:17:02ezio.melotticreate