]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid...
authorŁukasz Langa <lukasz@langa.pl>
Mon, 15 Sep 2025 22:53:51 +0000 (23:53 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 22:53:51 +0000 (00:53 +0200)
commit3669efb890bfa9f0db6e5c4d92c23c059cfe275b
tree772835c0dd7e2a6ac531eae83f1f0cb4485924a1
parentd8b3a83cf2832cad923717f3058c8d0176e1eee1
[3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (GH-138942)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
(cherry picked from commit 8ef7735c536e0ffe4a60224e59b7587288f53e9e)
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]