]> granicus.if.org Git - python/commit
Add a test suite for WeakSet mostly derived from test_set and fix some
authorGeorg Brandl <georg@python.org>
Sun, 18 May 2008 16:27:29 +0000 (16:27 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 18 May 2008 16:27:29 +0000 (16:27 +0000)
commit9dba5d9764350c9d71be15619995899bcad1ffbd
tree09306abe73abe34cac7613f549ffebe96a5fa0e4
parentc4dc0d4000939955723f59fea04c7049a6b4689d
Add a test suite for WeakSet mostly derived from test_set and fix some
issues in the weakset implementation discovered with it.
Lib/_weakrefset.py
Lib/test/test_weakset.py [new file with mode: 0644]