]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-120812) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Jun 2024 11:14:31 +0000 (13:14 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jun 2024 11:14:31 +0000 (16:44 +0530)
commitb1bccab588b978220f16eedf839af70cb8bb76ea
tree2c7e33e4a805903c988fbbf76033cbfe54645886
parentf1acb3a5927ef813381d40be6fec068a655ddb7a
[3.12] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-120812) (#120844)

gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-120812)
(cherry picked from commit aed31beca9a54b85a1392631a48da80602210f18)

Co-authored-by: Peter <zintensitydev@gmail.com>
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