]> granicus.if.org Git - python/commit
Use weakrefs to hold onto classes #2521.
authorBenjamin Peterson <benjamin@python.org>
Sat, 21 Aug 2010 03:03:22 +0000 (03:03 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 21 Aug 2010 03:03:22 +0000 (03:03 +0000)
commit52c36051bded16cf8616996e271a1aafbe2ec908
tree60a50ec3271030d68c7fe64088cbdc553fd1b9df
parentb1147f5d0a89a24a978d9db93750ad5cc3829542
Use weakrefs to hold onto classes #2521.

This also causes the _weakref module to be built into the core.
Lib/abc.py
Lib/test/test_abc.py
Misc/NEWS
Modules/Setup.dist