]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with an invalid value...
authorTomas R. <tomas.roun8@gmail.com>
Wed, 22 Jan 2025 16:15:23 +0000 (17:15 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 16:15:23 +0000 (16:15 +0000)
commitba9a4b621577b92f36d88388cc9f791c2dc7d7ba
tree2af929cad38cb20c01a1fe6e4f8d2eedf32de598
parent2ed5ee9a50454b3fce87b26be5838ca7127b2ff9
gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with an invalid value (#128653)
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]