diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-05-10 08:32:44 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-05-10 08:32:44 (GMT) |
commit | 95bf9390a488004f66db1eccaa049203ef8ab5b3 (patch) | |
tree | 1707b38c17b2de6fede7f215f9007834994fa81b /Lib/test/output | |
parent | 66aaaae54c6ce98fbe322cabee4c85f18104cc8b (diff) | |
download | cpython-95bf9390a488004f66db1eccaa049203ef8ab5b3.zip cpython-95bf9390a488004f66db1eccaa049203ef8ab5b3.tar.gz cpython-95bf9390a488004f66db1eccaa049203ef8ab5b3.tar.bz2 |
SF bug #422121 Insecurities in dict comparison.
Fixed a half dozen ways in which general dict comparison could crash
Python (even cause Win98SE to reboot) in the presence of kay and/or
value comparison routines that mutate the dict during dict comparison.
Bugfix candidate.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_mutants | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_mutants b/Lib/test/output/test_mutants new file mode 100644 index 0000000..259c4f5 --- /dev/null +++ b/Lib/test/output/test_mutants @@ -0,0 +1 @@ +test_mutants |