commit | dc5f6b232be9f669f78d627cdcacc07d2ba167af | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 24 21:29:26 2006 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 24 21:29:26 2006 +0000 |
tree | a82abef2401c1fae00c67a176dd66710bbddc2f3 | |
parent | 801f0d78b5582a325d489831b991adb873067e80 [diff] |
Got test_mutants.py working. One set of changes was straightforward: use __eq__ instead of __cmp__. The other change is unexplained: with a random hash code as before, it would run forever; with a constant hash code, it fails quickly. This found a refcount bug in dict_equal() -- I wonder if that bug is also present in 2.5...