]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142776: Ensure fp file descriptor is closed on all code paths in import...
authorstratakis <cstratak@redhat.com>
Sat, 20 Dec 2025 07:19:23 +0000 (08:19 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Dec 2025 07:19:23 +0000 (12:49 +0530)
commitdcbde6b7927179a1900d999bf3fcad03b6040ec1
tree60a4f12b9f5cad35054edb6e3d1490c64a47545b
parentdbc7fd61d8392557b8a2ab8630849e004a43fa42
[3.14] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142988)

gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777)

(cherry picked from commit 6a4f10325d58deb1906b39d68dc8e84f4c2bf5a4)
Misc/NEWS.d/next/Core_and_Builtins/2025-12-18-01-00-14.gh-issue-142776.ACaoeP.rst [new file with mode: 0644]
Python/import.c