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

* [3.14] 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>
14 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/socketmodule.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