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 nascheme
Recipients martin.panter, nascheme, neologix, nikratio, pitrou, serhiy.storchaka, tim.peters, vstinner, xgdomingo
Date 2017-12-15.17:22:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513358531.65.0.213398074469.issue17852@psf.upfronthosting.co.za>
In-reply-to
Content
In the process of trying to write a test for this, I now realize that PR 4847 is not really a fix.  If the underlying file gets closed during an earlier gc.collect() and not during shutdown, the extra flushing step is not going to help.  So, using atexit is not really a fix.  Maybe there is something else we can do, need to think about it more.
History
Date User Action Args
2017-12-15 17:22:11naschemesetrecipients: + nascheme, tim.peters, pitrou, vstinner, nikratio, neologix, martin.panter, serhiy.storchaka, xgdomingo
2017-12-15 17:22:11naschemesetmessageid: <1513358531.65.0.213398074469.issue17852@psf.upfronthosting.co.za>
2017-12-15 17:22:11naschemelinkissue17852 messages
2017-12-15 17:22:11naschemecreate