We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2191c56 commit 7e3dd83Copy full SHA for 7e3dd83
1 file changed
Misc/NEWS.d/next/Library/2026-02-19-00-00-00.gh-issue-144986.atexit-leak.rst
@@ -0,0 +1,2 @@
1
+Fix memory leak in :func:`atexit.register` caused by missing :c:func:`Py_DECREF`
2
+for the arguments tuple. Patch by Shamil Abdulaev.
0 commit comments