]> granicus.if.org Git - python/commit
PEP 205, Weak References -- initial checkin.
authorFred Drake <fdrake@acm.org>
Thu, 1 Feb 2001 05:27:45 +0000 (05:27 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Feb 2001 05:27:45 +0000 (05:27 +0000)
commit41deb1efc2f969b58e49af669cc20d15ccdb04c6
tree6478ef737151fb4e091594b78f611318a15d3a31
parent2de7471d69b950a64e52a950675d59d9f4071da1
PEP 205, Weak References -- initial checkin.
Include/classobject.h
Include/object.h
Include/objimpl.h
Lib/test/output/test_weakref [new file with mode: 0644]
Lib/test/test_weakref.py [new file with mode: 0644]
Lib/weakref.py [new file with mode: 0644]
Modules/_weakref.c [new file with mode: 0644]
Objects/classobject.c
Objects/object.c