]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule object...
authorPeter Bierma <zintensitydev@gmail.com>
Thu, 26 Sep 2024 10:29:43 +0000 (06:29 -0400)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 10:29:43 +0000 (12:29 +0200)
commitf923605658a29ff9af5a62edc1fc10191977627b
treefa26fb24c84fc965468c0f68254451f78fa30314
parent0387c34f7c91428681ca8a4ba4e3d22b9acffde4
gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule object (#124559)
Lib/test/test_gc.py
Misc/NEWS.d/next/Library/2024-09-25-18-34-48.gh-issue-124538.nXZk4R.rst [new file with mode: 0644]
Objects/capsule.c