]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139792)
authorKumar Aditya <kumaraditya@python.org>
Wed, 8 Oct 2025 16:51:49 +0000 (22:21 +0530)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 16:51:49 +0000 (22:21 +0530)
commitdac827cb989ee6918932eea3030c925a5b45819b
tree2137dc5cb2bcef25af22e3f651d2db8960b6e671
parentd8971c21e808cb0d1ae94612f1715170ade773ed
[3.13] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139792)

* [3.13] gh-139748: fix leaks in AC error paths when using unicode FS-based converters (GH-139765)
(cherry picked from commit b04a57deef66ce08233be57d1ab5873388df2cea)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
13 files changed:
Lib/test/test_clinic.py
Lib/test/test_compile.py
Lib/test/test_symtable.py
Misc/NEWS.d/next/Core and Builtins/2025-10-08-13-52-00.gh-issue-139748.jq0yFJ.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/clinic/_ssl.c.h
Modules/clinic/symtablemodule.c.h
Modules/posixmodule.c
Modules/socketmodule.c
Modules/symtablemodule.c
Python/bltinmodule.c
Python/clinic/bltinmodule.c.h
Tools/clinic/libclinic/converters.py