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 ncoghlan
Recipients georg.brandl, jort.bloem, ncoghlan, serhiy.storchaka, vstinner
Date 2013-08-29.23:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377819220.04.0.273951546962.issue18879@psf.upfronthosting.co.za>
In-reply-to
Content
The method call should keep the file object alive until it completes (due to the self reference). What behaviour prompted the conclusion that it is being closed early?

If the symptom is that the data isn't being written to disk, we may have a missing flush() call somewhere causing a race condition.
History
Date User Action Args
2013-08-29 23:33:40ncoghlansetrecipients: + ncoghlan, georg.brandl, vstinner, serhiy.storchaka, jort.bloem
2013-08-29 23:33:40ncoghlansetmessageid: <1377819220.04.0.273951546962.issue18879@psf.upfronthosting.co.za>
2013-08-29 23:33:40ncoghlanlinkissue18879 messages
2013-08-29 23:33:39ncoghlancreate