Staging
v0.8.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
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.5 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 17.5 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top