summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-22 11:14:46 (GMT)
committerGitHub <noreply@github.com>2024-06-22 11:14:46 (GMT)
commita860b1d60b8e3d09c58daf6996a38606f407a009 (patch)
tree5902a2d6795a1c45c08e6258cce856047a5299a5 /Misc/NEWS.d
parent4fabbf97735ea6d91b32011fb7413d3909b082a0 (diff)
downloadcpython-a860b1d60b8e3d09c58daf6996a38606f407a009.zip
cpython-a860b1d60b8e3d09c58daf6996a38606f407a009.tar.gz
cpython-a860b1d60b8e3d09c58daf6996a38606f407a009.tar.bz2
[3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-120812) (#120843)
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-21-14-32-56.gh-issue-120811.eBmVTV.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-21-14-32-56.gh-issue-120811.eBmVTV.rst b/Misc/NEWS.d/next/Library/2024-06-21-14-32-56.gh-issue-120811.eBmVTV.rst
new file mode 100644
index 0000000..62cd7b5
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-21-14-32-56.gh-issue-120811.eBmVTV.rst
@@ -0,0 +1 @@
+Fix possible memory leak in :meth:`contextvars.Context.run`.