mirror of
https://github.com/python/cpython.git
synced 2026-01-31 07:05:24 +00:00
thrown if the file happened to be read-only to keep the failure silent. Fixes issue #7187. Thanks, Dave Malcolm for the report and analysis of the problem.