]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122431: Disallow negative values in `readline.append_history_file` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Dec 2024 17:15:44 +0000 (18:15 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2024 17:15:44 +0000 (18:15 +0100)
commit468e8dad7ee6002334e0f20a5f2db9315194658a
tree2cc5608b72fe6888826f1b78e76776c007bdc6da
parent3e11b5c2baaa453b5f48a45943d287c0d837d8e5
[3.13] gh-122431: Disallow negative values in `readline.append_history_file` (GH-122469) (#127641)

gh-122431: Disallow negative values in `readline.append_history_file` (GH-122469)
(cherry picked from commit 208b0fb645c0e14b0826c0014e74a0b70c58c9d6)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_readline.py
Misc/NEWS.d/next/Library/2024-07-30-11-37-40.gh-issue-122431.lAzVtu.rst [new file with mode: 0644]
Modules/readline.c