Author krisvale
Recipients ezio.melotti, krisvale, pitrou
Date 2009-07-26.21:02:02
SpamBayes Score 0.00105221
Marked as misclassified No
Message-id <1248642124.17.0.866851664912.issue6499@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, so this is an interpreter shutdown issue, it seems.
Something is causing this thread to not exit until the application exits 
and that can cause all sorts of weird race conditions.  I wonder why that 
is happening.  There must be an issue with test_valid_get_response
History
Date User Action Args
2009-07-26 21:02:04krisvalesetrecipients: + krisvale, pitrou, ezio.melotti
2009-07-26 21:02:04krisvalesetmessageid: <1248642124.17.0.866851664912.issue6499@psf.upfronthosting.co.za>
2009-07-26 21:02:02krisvalelinkissue6499 messages
2009-07-26 21:02:02krisvalecreate