]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value...
authoryihong <zouzou0208@gmail.com>
Mon, 15 Sep 2025 16:26:23 +0000 (00:26 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 16:26:23 +0000 (18:26 +0200)
commit8ef7735c536e0ffe4a60224e59b7587288f53e9e
tree81e1fd533f6d9262e105611491c39772d8bffebc
parent46f823bb818b0e8f40b51c8fa9ef33f743915770
gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089)

Signed-off-by: yihong0618 <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]