]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122431: Disallow negative values in `readline.append_history_file` (#122469)
authorPeter Bierma <zintensitydev@gmail.com>
Thu, 5 Dec 2024 16:07:38 +0000 (11:07 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2024 16:07:38 +0000 (16:07 +0000)
commit208b0fb645c0e14b0826c0014e74a0b70c58c9d6
tree2e4f8541c8de96054a8fad7443f8b3e867fac63c
parent67b9a5331ae45aa126877d7f96a1e235600f9c4b
gh-122431: Disallow negative values in `readline.append_history_file` (#122469)

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