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 616a5ca commit 28e4533Copy full SHA for 28e4533
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