Staging
v0.5.1
https://github.com/python/cpython
Revision 57ceb79406375f0df2237791cd330521bca2f0f6 authored by Thomas Wouters on 23 May 2001, 15:07:55 UTC, committed by Thomas Wouters on 23 May 2001, 15:07:55 UTC
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.
1 parent 780843e
History
Tip revision: 57ceb79406375f0df2237791cd330521bca2f0f6 authored by Thomas Wouters on 23 May 2001, 15:07:55 UTC
Backport Tim's checkin 2.84:
Tip revision: 57ceb79

ReadMe

back to top