summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_weakref.h
Commit message (Expand)AuthorAgeFilesLines
* gh-105927: Remove _PyWeakref_GetWeakrefCount() (#106007)Victor Stinner2023-06-231-0/+4
* gh-105927: Add _PyWeakref_IS_DEAD() function (#105992)Victor Stinner2023-06-221-0/+13
* gh-105927: Add _PyWeakref_GET_REF() internal function (#105929)Victor Stinner2023-06-201-0/+40