[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread STINNER Victor
STINNER Victor added the comment: 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. --

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread Zbyszek Jędrzejewski-Szmek
Zbyszek Jędrzejewski-Szmek added the comment: Wow, that was quick. Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread STINNER Victor
STINNER Victor added the comment: Thanks Zbyszek for your bug report. It's now fixed in 3.8, 3.9 and master branches. -- components: +Library (Lib) resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread miss-islington
miss-islington added the comment: New changeset 0b4c87ef8f88a4c4c325e964fa4919cef3997605 by Miss Islington (bot) in branch '3.9': bpo-41193: Ignore OSError in readline write_history() (GH-21279) https://github.com/python/cpython/commit/0b4c87ef8f88a4c4c325e964fa4919cef3997605 --

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread miss-islington
miss-islington added the comment: New changeset 53d2b715d10e5c81cb9c86fd25e88ace4e41bc25 by Miss Islington (bot) in branch '3.8': bpo-41193: Ignore OSError in readline write_history() (GH-21279) https://github.com/python/cpython/commit/53d2b715d10e5c81cb9c86fd25e88ace4e41bc25 --

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +20430 pull_request: https://github.com/python/cpython/pull/21281 ___ Python tracker ___

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +20429 pull_request: https://github.com/python/cpython/pull/21280 ___ Python tracker

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0ab917e07ed64c6bfde6f6e791f9b28acc97b510 by Victor Stinner in branch 'master': bpo-41193: Ignore OSError in readline write_history() (GH-21279) https://github.com/python/cpython/commit/0ab917e07ed64c6bfde6f6e791f9b28acc97b510 --

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch nosy: +vstinner nosy_count: 2.0 -> 3.0 pull_requests: +20428 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21279 ___ Python tracker

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread Zbyszek Jędrzejewski-Szmek
Change by Zbyszek Jędrzejewski-Szmek : -- nosy: +asottile ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41193] traceback when exiting on read-only file system

2020-07-02 Thread Zbyszek Jędrzejewski-Szmek
New submission from Zbyszek Jędrzejewski-Szmek : [Originally reported as https://bugzilla.redhat.com/show_bug.cgi?id=1852941.] $ touch ~/foo touch: cannot touch '/home/fedora/foo': Read-only file system $ python Python 3.9.0b3 (default, Jun 10 2020, 00:00:00) [GCC 10.1.1 20200507 (Red Hat