]> granicus.if.org Git - python/commit
The weak reference implementation, separated from the weakref module.
authorFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:52:26 +0000 (21:52 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:52:26 +0000 (21:52 +0000)
commit8844d5264f450a4721f2ca9d9d8ba7f048fb784b
treee92f15bc271d2684e6049a3b48a509bc4c1c2c04
parentbb9fa21cfe7a8343698ce5e26e845b4e0c877d6a
The weak reference implementation, separated from the weakref module.
Include/weakrefobject.h [new file with mode: 0644]
Objects/weakrefobject.c [new file with mode: 0644]