]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-125732) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Dec 2024 14:04:51 +0000 (15:04 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 14:04:51 +0000 (15:04 +0100)
commitfd48d98df9c1b0cb36b38834cd1ce5020c0a60f3
tree78720e9e976db82fae12ebb893de6bad5139fce8
parentb1051577dec26d4b30e3786cfcfd56e1a49d9855
[3.13] gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-125732) (#126023)

gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-125732)
(cherry picked from commit 44becb8cba677cbfdbcf2f7652277e5e1efc4f20)

Co-authored-by: devdanzin <74280297+devdanzin@users.noreply.github.com>
Lib/code.py
Lib/test/test_pyrepl/test_interact.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Library/2024-10-19-16-06-52.gh-issue-125666.jGfdCP.rst [new file with mode: 0644]