summaryrefslogtreecommitdiffstats
path: root/Include/cpython/weakrefobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)Victor Stinner2022-06-131-3/+1
* gh-92781: Avoid mixing declarations and code in C API (#92783)Victor Stinner2022-05-151-2/+4
* gh-89653: PEP 670: Limited API doesn't cast arguments (#92654)Victor Stinner2022-05-111-1/+3
* 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