diff options
author | Guido van Rossum <guido@python.org> | 2006-08-24 21:29:26 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2006-08-24 21:29:26 +0000 |
commit | dc5f6b232be9f669f78d627cdcacc07d2ba167af (patch) | |
tree | a82abef2401c1fae00c67a176dd66710bbddc2f3 /Python/compile.c | |
parent | 801f0d78b5582a325d489831b991adb873067e80 (diff) | |
download | cpython-git-dc5f6b232be9f669f78d627cdcacc07d2ba167af.tar.gz |
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...
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions