]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 8 Oct 2025 15:22:44 +0000 (17:22 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 15:22:44 +0000 (20:52 +0530)
commitb04a57deef66ce08233be57d1ab5873388df2cea
treef94e887119b40c764c24b30efd7aafb81b7baba0
parent570d17259f824302d20567a3a2f32c67ebdaefcd
gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
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