commit | 95bf9390a488004f66db1eccaa049203ef8ab5b3 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu May 10 08:32:44 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu May 10 08:32:44 2001 +0000 |
tree | 1707b38c17b2de6fede7f215f9007834994fa81b | |
parent | 66aaaae54c6ce98fbe322cabee4c85f18104cc8b [diff] |
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.