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 refi64
Recipients refi64
Date 2019-07-22.12:10:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563797454.09.0.560576153517.issue37650@roundup.psfhosted.org>
In-reply-to
Content
If e.g. a tar archive is extracted that has dates from several months ago, if systemd-tmpfiles runs to clean up data, then it may delete that data while the directory is still being used. This can be avoided by holding a LOCK_SH on the directory while it's being used.
History
Date User Action Args
2019-07-22 12:10:54refi64setrecipients: + refi64
2019-07-22 12:10:54refi64setmessageid: <1563797454.09.0.560576153517.issue37650@roundup.psfhosted.org>
2019-07-22 12:10:54refi64linkissue37650 messages
2019-07-22 12:10:53refi64create