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 vstinner
Recipients asottile, miss-islington, vstinner, zbysz
Date 2020-07-02.12:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593691999.28.0.195285226618.issue41193@roundup.psfhosted.org>
In-reply-to
Content
Well, two errors were already ignored (bpo-19891). I just made the "except" more generic. I don't think that we can do anything more useless than ignoring the error if the filesystem is read-only. I don't think that a warning would be useful.
History
Date User Action Args
2020-07-02 12:13:19vstinnersetrecipients: + vstinner, zbysz, asottile, miss-islington
2020-07-02 12:13:19vstinnersetmessageid: <1593691999.28.0.195285226618.issue41193@roundup.psfhosted.org>
2020-07-02 12:13:19vstinnerlinkissue41193 messages
2020-07-02 12:13:19vstinnercreate