summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-05-10 08:32:44 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-05-10 08:32:44 (GMT)
commit95bf9390a488004f66db1eccaa049203ef8ab5b3 (patch)
tree1707b38c17b2de6fede7f215f9007834994fa81b /Lib/test/output
parent66aaaae54c6ce98fbe322cabee4c85f18104cc8b (diff)
downloadcpython-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_mutants1
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