Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
cc39a13d6d661d297f937f35554b601f6b9efc04
/
Objects
/
weakrefobject.c
d693a81
Fix SF 762891: "del p[key]" on proxy object raises SystemError()
by Raymond Hettinger
· 22 years ago
c1f6e8c
- The repr() of a weakref object now shows the __name__ attribute of
by Guido van Rossum
· 22 years ago
f16c3dc
Add support for the iterator protocol to weakref proxy objects.
by Fred Drake
· 23 years ago
38a8916
Remove weakref free list. This has the side effect of fixing a memory
by Neil Schemenauer
· 23 years ago
2a908f6
proxy_compare(): Make sure that we unwrap both objects being compared if
by Fred Drake
· 23 years ago
ef8ebd1
Make sure that when we invoke callback functions associated with weak
by Fred Drake
· 23 years ago
d586756
weakref_repr(), proxy_repr(): Conversion of sprintf() to
by Barry Warsaw
· 23 years ago
d4c0a9c
Fixes for possible buffer overflows in sprintf() usages.
by Marc-André Lemburg
· 23 years ago
996fad3
Referencable is not a word, so don't use it in an error message <wink>.
by Jeremy Hylton
· 23 years ago
31f4d1f
Remove an unnecessary check for NULL.
by Fred Drake
· 23 years ago
73006d0
When weakref proxies are involved in binary & ternary slot operations,
by Fred Drake
· 23 years ago
8844d52
The weak reference implementation, separated from the weakref module.
by Fred Drake
· 23 years ago