]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Sep 2025 09:10:53 +0000 (11:10 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Sep 2025 09:10:53 +0000 (12:10 +0300)
commit1c901860e621615ecf9b77400d6cfae2c975d93a
tree442a3b36d345ba20d84d42693e1f6b46bee9f12d
parentdc4d016e7eaabead9e0ba9d259a5d1eba1932b3e
[3.14] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (#138938)

Co-authored-by: yihong <zouzou0208@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/_colorize.py
Lib/_pyrepl/unix_console.py
Lib/test/support/__init__.py
Lib/test/test_pyrepl/test_unix_console.py
Misc/NEWS.d/next/Library/2025-09-10-10-02-59.gh-issue-128636.ldRKGZ.rst [new file with mode: 0644]