]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Oct 2025 08:20:14 +0000 (10:20 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 08:20:14 +0000 (08:20 +0000)
commit98d4c21c09030e7ec4dfb4a0e726c14202b6e3c3
treebd205131a3d7b866b7a6261f428ecfd727c2d97b
parent4215f7f519cf75edc0ef5dcd803c24e7767a2a62
[3.14] gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (GH-140400) (#140403)

gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (GH-140400)
(cherry picked from commit e8e0f411bae1dde634fb152a81e1db1ad1cd2eaa)

Co-authored-by: Shamil <ashm.tech@proton.me>
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