]> granicus.if.org Git - python/commit
Be more careful about maintaining the invariants; it was actually
authorFred Drake <fdrake@acm.org>
Tue, 3 Aug 2004 14:47:25 +0000 (14:47 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Aug 2004 14:47:25 +0000 (14:47 +0000)
commit6d3265dab60c3ed12569a1ad1643d95ba8028cad
tree2e516164c498b7ff885f5f607f4d516612375a20
parent43220ea26eaa2c840f04247c1339dc7eaf580a4f
Be more careful about maintaining the invariants; it was actually
possible that the callback-less flavors of the ref or proxy could have
been added during GC, so we don't want to replace them.
Objects/weakrefobject.c