]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Nov 2022 09:45:40 +0000 (01:45 -0800)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 09:45:40 +0000 (01:45 -0800)
commit4255a9fbc30bba44645182d19ebd51eb9a2e16a5
tree3be875b031dfecb0ce123d6243e45fafb4a0a87d
parentd74117acc188a62f31853d62a71c19b28e4c5384
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)

Issue: GH-98872
(cherry picked from commit 4e5f2db6f228d45a655cf22fd587792d56116145)

Co-authored-by: SQLPATCH <95843853+SQLPATCH@users.noreply.github.com>
Automerge-Triggered-By: GH:kumaraditya303
Misc/NEWS.d/next/Build/2022-11-03-08-10-49.gh-issue-98872.gdsR8X.rst [new file with mode: 0644]
Programs/_freeze_module.c