summaryrefslogtreecommitdiffstats
path: root/Include/cpython/weakrefobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-91320: Fix more old-style cast warnings in C++ (#92247)Victor Stinner2022-05-031-1/+1
* gh-89653: PEP 670: Convert PyWeakref_GET_OBJECT() to function (#91785)Victor Stinner2022-04-211-10/+16
* bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)Dong-hee Na2022-01-231-0/+1
* bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)Victor Stinner2021-10-181-0/+47