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
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 32.5 KB
README -rw-r--r-- 50.1 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 587.3 KB
configure.in -rw-r--r-- 89.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.2 KB
setup.py -rw-r--r-- 54.8 KB

README

back to top