]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105927: Fix test_weakref_capi() refleak (#105966)
authorVictor Stinner <vstinner@python.org>
Wed, 21 Jun 2023 14:35:41 +0000 (16:35 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 14:35:41 +0000 (16:35 +0200)
commit2178bbc12195104e94995ec075ad5f7c69d1ec78
treea71024f0a4dea2029647ead87d5dded5f8065a19
parent48d107a87d74b0e6662b0096454279a6066f7da4
gh-105927: Fix test_weakref_capi() refleak (#105966)

Test PyWeakref_GetRef(NULL) and  PyWeakref_GetObject(NULL).
Modules/_testcapimodule.c