]> granicus.if.org Git - python/commit
Inform the cycle-detector that the a weakref object no longer needs to be
authorFred Drake <fdrake@acm.org>
Thu, 22 Mar 2001 18:05:30 +0000 (18:05 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Mar 2001 18:05:30 +0000 (18:05 +0000)
commit82f1480d63a43c2007460e8f186aba8d0fc4ce38
tree6edee1ca518aa691b911855bc87e3765f9cd7ee4
parent2c7735593766e948036c2c714b4b2c41542f9743
Inform the cycle-detector that the a weakref object no longer needs to be
tracked as soon as it is clear; this can decrease the number of roots for
the cycle detector sooner rather than later in applications which hold on
to weak references beyond the time of the invalidation.
Modules/_weakref.c