summaryrefslogtreecommitdiff
path: root/Include/weakrefobject.h
Commit message (Expand)AuthorAgeFilesLines
* Closes #13867: remove untrue comment about PyWeakref_Check().Georg Brandl2013-10-081-3/+0
* Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-081-1/+11
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+4
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-3/+3
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-301-0/+20
* Make weak references subclassable:Fred Drake2004-07-021-1/+6
* SF bug 839548: Bug in type's GC handling causes segfaults.Tim Peters2003-11-201-0/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-7/+7
* Remove bogus declaration.Fred Drake2001-10-051-2/+0
* The weak reference implementation, separated from the weakref module.Fred Drake2001-10-051-0/+50