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 brett.cannon
Recipients brett.cannon
Date 2013-08-16.14:34:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376663695.08.0.173153451138.issue18755@psf.upfronthosting.co.za>
In-reply-to
Content
imp._HackedGetData doesn't check if the file it cached from its constructor is still open or not. Since the path had previously been stored it would make sense to try re-opening the file if the file object has already been closed.
History
Date User Action Args
2013-08-16 14:34:55brett.cannonsetrecipients: + brett.cannon
2013-08-16 14:34:55brett.cannonsetmessageid: <1376663695.08.0.173153451138.issue18755@psf.upfronthosting.co.za>
2013-08-16 14:34:55brett.cannonlinkissue18755 messages
2013-08-16 14:34:54brett.cannoncreate