Staging
v0.5.1
https://github.com/python/cpython
Revision 2b37ea40871ec45cb1fb6d98a2696bcaf4cf6583 authored by Tim Peters on 09 October 2006, 20:24:45 UTC, committed by Tim Peters on 09 October 2006, 20:24:45 UTC
fixing an unlikely crash bug in dict resizing, SF
bug 1456209.

The rest of rev 46589 changes whether Python suppresses
exceptions during some dict-related comparisons.  While I
think that's a good idea, it does change visible behavior at
times, and there was already some complaining about that on
the trunk.  Not a good idea for backporting.  The part of
46589 checked in here can at worst stop segfaults, and I doubt
anyone will gripe about that ;-)
1 parent b8f82e6
History
Tip revision: 2b37ea40871ec45cb1fb6d98a2696bcaf4cf6583 authored by Tim Peters on 09 October 2006, 20:24:45 UTC
Backport of the pieces of trunk rev 46589 relevant to
Tip revision: 2b37ea4

README

back to top