]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with an invali...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jan 2025 16:38:13 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 16:38:13 +0000 (16:38 +0000)
commit0b90dc8e89465ef02bbea06ae3f237cb5a190e57
tree67fa57dfcc77b7e97e6b4cb8513a3868b8c47bac
parent67971cd605246ce4390cd56218aa4ae3366cb54e
[3.13] gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with an invalid value (GH-128653) (#129186)

gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with an invalid value (GH-128653)
(cherry picked from commit ba9a4b621577b92f36d88388cc9f791c2dc7d7ba)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
Lib/_pyrepl/unix_console.py
Lib/test/test_pyrepl/test_unix_console.py
Misc/NEWS.d/next/Library/2025-01-08-22-30-38.gh-issue-128636.jQfWXj.rst [new file with mode: 0644]