]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
handle_weakrefs(): Simplification -- there's no need to make a second
authorTim Peters <tim.peters@gmail.com>
Sun, 31 Oct 2004 22:27:45 +0000 (22:27 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 31 Oct 2004 22:27:45 +0000 (22:27 +0000)
commit64173c87935e8914575040fa091f388bca67e327
tree4e17c8a7142cadbc1cf603efb65b50bafc4524c7
parent7d37a2a564c18ea4e6b66b5622cfeee56666f900
handle_weakrefs():  Simplification -- there's no need to make a second
pass over the unreachable weakrefs-with-callbacks to unreachable objects.
Modules/gcmodule.c