index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
weakrefobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Closes #13867: remove untrue comment about PyWeakref_Check().
Georg Brandl
2013-10-08
1
-3/+0
*
Issue #16602: When a weakref's target was part of a long deallocation chain, ...
Antoine Pitrou
2012-12-08
1
-1/+11
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-3/+3
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-3/+3
*
_PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.
Neal Norwitz
2006-08-02
1
-1/+1
*
SF 1055820: weakref callback vs gc vs threads
Tim Peters
2004-10-30
1
-0/+20
*
Make weak references subclassable:
Fred Drake
2004-07-02
1
-1/+6
*
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters
2003-11-20
1
-0/+2
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
1
-7/+7
*
Remove bogus declaration.
Fred Drake
2001-10-05
1
-2/+0
*
The weak reference implementation, separated from the weakref module.
Fred Drake
2001-10-05
1
-0/+50