mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
e52c919d67
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.