]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (#140400)
authorShamil <ashm.tech@proton.me>
Tue, 21 Oct 2025 07:54:34 +0000 (10:54 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 07:54:34 +0000 (13:24 +0530)
commite8e0f411bae1dde634fb152a81e1db1ad1cd2eaa
tree16744de49866d3a7ad678b1f49e01e0b9c07d741
parent47d2f68df215b5bcbc76a50d3f4e0b68791e3e79
gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (#140400)
Misc/NEWS.d/next/Core_and_Builtins/2025-10-21-09-20-03.gh-issue-140398.SoABwJ.rst [new file with mode: 0644]
Modules/readline.c