aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/weakrefobject.h
Commit message (Expand)AuthorAge
* gh-105927: Limit PyWeakref_GetRef() to limited C API 3.13 (#117091)Victor Stinner2024-03-20
* gh-105927: Deprecate PyWeakref_GetObject() function (#106006)Victor Stinner2023-06-26
* gh-105927: Add PyWeakref_GetRef() function (#105932)Victor Stinner2023-06-21
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-16
* bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)Victor Stinner2021-10-19
* bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na2020-02-13
* Closes #13867: remove untrue comment about PyWeakref_Check().Georg Brandl2013-10-08
* Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-08
* Merge branches/pep-0384.Martin v. Löwis2010-12-03
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-17
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-19
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-21
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-30
* Make weak references subclassable:Fred Drake2004-07-02
* SF bug 839548: Bug in type's GC handling causes segfaults.Tim Peters2003-11-20
* Excise DL_EXPORT from Include.Mark Hammond2002-08-12
* Remove bogus declaration.Fred Drake2001-10-05
* The weak reference implementation, separated from the weakref module.Fred Drake2001-10-05