]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
authordevdanzin <74280297+devdanzin@users.noreply.github.com>
Sun, 27 Oct 2024 01:23:53 +0000 (22:23 -0300)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 01:23:53 +0000 (01:23 +0000)
commit44becb8cba677cbfdbcf2f7652277e5e1efc4f20
treeaade9bc93fcb4f9e1eb89194f191bae7253ff8ed
parent51b012b2a8093c92ef2c06884f9719657f9b17f7
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
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]