]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142776: Ensure fp file descriptor is closed on all code paths in import...
authorstratakis <cstratak@redhat.com>
Sat, 20 Dec 2025 07:18:42 +0000 (08:18 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Dec 2025 07:18:42 +0000 (12:48 +0530)
commit4b8c9f5a7b89fbdbee9caa07f5cdf3ae9bbec9ba
tree26339c79b44edda3096c675fceb0911964841ead
parentae3834c97eec709d7ceda9d1fcf6f5f09cce7223
[3.13] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142989)

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