]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)
authorPeter <zintensitydev@gmail.com>
Fri, 21 Jun 2024 17:28:19 +0000 (12:28 -0500)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2024 17:28:19 +0000 (17:28 +0000)
commitaed31beca9a54b85a1392631a48da80602210f18
tree5d53428f2569c1cdd110ba1424db908dcf8e2bf0
parenta81d434c06335b0989ba83666ec7076b9d9d4e1e
gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Misc/NEWS.d/next/Library/2024-06-21-14-32-56.gh-issue-120811.eBmVTV.rst [new file with mode: 0644]
Python/context.c