Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2147857db3f0ac3ff0200e52c930ed5ef43c2bfd
/
Include
/
weakrefobject.h
4fe1260
Closes #13867: remove untrue comment about PyWeakref_Check().
by Georg Brandl
· 11 years ago
d38c990
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
by Antoine Pitrou
· 12 years ago
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 17 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 17 years ago
c5e060d
_PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.
by Neal Norwitz
· 18 years ago
ead8b7a
SF 1055820: weakref callback vs gc vs threads
by Tim Peters
· 20 years ago
0a4dd39
Make weak references subclassable:
by Fred Drake
· 20 years ago
403a203
SF bug 839548: Bug in type's GC handling causes segfaults.
by Tim Peters
· 21 years ago
91a681d
Excise DL_EXPORT from Include.
by Mark Hammond
· 22 years ago
335244c
Remove bogus declaration.
by Fred Drake
· 23 years ago
8844d52
The weak reference implementation, separated from the weakref module.
by Fred Drake
· 23 years ago