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 Jonathan Ng
Recipients Jonathan Ng
Date 2016-12-01.03:53:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480564427.92.0.600594500998.issue28847@psf.upfronthosting.co.za>
In-reply-to
Content
Or at the very least, if there is an OSError in _update, an error should be raised instead of ignoring this error. 

In the current state of the code, if there was an OSError while reading the dirfile, the dirfile would be overwritten with a blank file when it is closed.
History
Date User Action Args
2016-12-01 03:53:47Jonathan Ngsetrecipients: + Jonathan Ng
2016-12-01 03:53:47Jonathan Ngsetmessageid: <1480564427.92.0.600594500998.issue28847@psf.upfronthosting.co.za>
2016-12-01 03:53:47Jonathan Nglinkissue28847 messages
2016-12-01 03:53:47Jonathan Ngcreate