]> granicus.if.org Git - python/commit
SF bug #422121 Insecurities in dict comparison.
authorTim Peters <tim.peters@gmail.com>
Thu, 10 May 2001 08:32:44 +0000 (08:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 10 May 2001 08:32:44 +0000 (08:32 +0000)
commit95bf9390a488004f66db1eccaa049203ef8ab5b3
tree1707b38c17b2de6fede7f215f9007834994fa81b
parent66aaaae54c6ce98fbe322cabee4c85f18104cc8b
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.
Lib/test/output/test_mutants [new file with mode: 0644]
Lib/test/test_mutants.py [new file with mode: 0644]
Misc/NEWS
Objects/dictobject.c