COMMITS
/ Include/weakrefobject.h June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
October 18, 2021
V
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
October 8, 2013
G
Closes #13867: remove untrue comment about PyWeakref_Check().
Georg Brandl committed
December 8, 2012
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
October 30, 2004
T
SF 1055820: weakref callback vs gc vs threads
Tim Peters committed
July 2, 2004
F
Make weak references subclassable:
Fred Drake committed
November 20, 2003
T
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
October 5, 2001
F
Remove bogus declaration.
Fred Drake committed
F
The weak reference implementation, separated from the weakref module.
Fred Drake committed