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-21.23:52:24
SpamBayes Score 7.9443416e-05
Marked as misclassified No
Message-id <1248220346.55.0.435353920981.issue6499@psf.upfronthosting.co.za>
In-reply-to
Content
sys.stderr looks ok, I tried what you said and I also tried to put some
"assert sys.stderr == sys.__stderr__" here and there and nothing changed.
I commented out the tests one by one and I found out that the first test
alone (test_valid_get_response) is enough to have that error message
(the second alone doesn't seem to show any error).
There's also a comment that says that response.read() is necessary but
nothing changes if I remove that line.
I also noticed that if I put a print at the end of the finally block the
error message doesn't appear anymore.
I didn't tried to debug threadmodule.c.
History
Date User Action Args
2009-07-21 23:52:26ezio.melottisetrecipients: + ezio.melotti, pitrou, kristjan.jonsson
2009-07-21 23:52:26ezio.melottisetmessageid: <1248220346.55.0.435353920981.issue6499@psf.upfronthosting.co.za>
2009-07-21 23:52:25ezio.melottilinkissue6499 messages
2009-07-21 23:52:24ezio.melotticreate