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 dsm001
Recipients ajaksu2, bohdan, dsm001, gregory.p.smith, jjlee, nevyn, orsenthil, sharmila
Date 2009-04-26.02:17:34
SpamBayes Score 0.00079636235
Marked as misclassified No
Message-id <1240712256.43.0.193522178774.issue3066@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce in python 2.5.4, 2.6.2, or 2.7 trunk (though I can
with 2.4.6 and 2.5) on mac & linux.  

Quick bisection suggests that it was fixed in r53511 while solving
related bug http://bugs.python.org/issue1601399, and the explanation
given there is consistent with the symptom here: the _fileobject doesn't
close itself, and r53511 makes sure that it does.

Suggest closing as fixed.
History
Date User Action Args
2009-04-26 02:17:36dsm001setrecipients: + dsm001, gregory.p.smith, jjlee, orsenthil, ajaksu2, nevyn, sharmila, bohdan
2009-04-26 02:17:36dsm001setmessageid: <1240712256.43.0.193522178774.issue3066@psf.upfronthosting.co.za>
2009-04-26 02:17:35dsm001linkissue3066 messages
2009-04-26 02:17:34dsm001create