]> granicus.if.org Git - python/commit
Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
authorRobert Schuppenies <okkotonushi@googlemail.com>
Sun, 17 May 2009 17:32:20 +0000 (17:32 +0000)
committerRobert Schuppenies <okkotonushi@googlemail.com>
Sun, 17 May 2009 17:32:20 +0000 (17:32 +0000)
commit4ad1d6f81a1fec3b9822e104e5df3a61a5cc328c
treef0e22e310ff1577f1f7098498e9d625b90f23363
parent441efa89553c62e4cada101d809b2470fc34a0b8
Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
Lib/_weakrefset.py
Lib/test/test_weakset.py