]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH...
authorstratakis <cstratak@redhat.com>
Fri, 19 Dec 2025 18:14:52 +0000 (19:14 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Dec 2025 18:14:52 +0000 (10:14 -0800)
commit6a4f10325d58deb1906b39d68dc8e84f4c2bf5a4
treeae6a44e3bf54e083ae69008dc230e0a8d950ce5d
parent786f464c740a2f2bf60871feaf73df87b315877b
gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777)
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