bpo-41193: Ignore OSError in readline write_history() (GH-21279)
The write_history() atexit function of the readline completer now ignores any OSError to ignore error if the filesystem is read-only, instead of only ignoring FileNotFoundError and PermissionError.
V
Victor Stinner committed
0ab917e07ed64c6bfde6f6e791f9b28acc97b510
Parent: 004e64e
Committed by GitHub <noreply@github.com>
on 7/2/2020, 10:43:25 AM