]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Moved WeakSet into a bootstap module use by abc.py.
authorRaymond Hettinger <python@rcn.com>
Tue, 5 Feb 2008 00:20:01 +0000 (00:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 5 Feb 2008 00:20:01 +0000 (00:20 +0000)
commit93fa608626562d3925104f98372dbdd27aeafcf0
tree2f2b204763333a3e637e3effa274f3b8895c9124
parent2add352c435f8973274f16c37eb6246f86799722
Moved WeakSet into a bootstap module use by abc.py.
This makes it possible to use ABCs in weakref.py
(which will be done in a later checkin).
Lib/_weakrefset.py [new file with mode: 0644]
Lib/abc.py
Lib/weakref.py