Staging
v0.8.1
https://github.com/python/cpython
Revision 63175a1330102b99ffe4c0635ca54aa79d4be1e3 authored by Guido van Rossum on 29 August 2007, 20:39:13 UTC, committed by Guido van Rossum on 29 August 2007, 20:39:13 UTC
Patch # 1050 by Amaury Forgeot d'Arc.
On Windows, debug builds insert stack probes, and recursive functions
tend to exhaust the stack faster.
This patch reduces the marshal maximum depth from 2000 to 1500 for debug
builds only. Optimized builds are not affected.
This allows test_marshal to pass with debug builds.
1 parent f7f3deb
History
Tip revision: 63175a1330102b99ffe4c0635ca54aa79d4be1e3 authored by Guido van Rossum on 29 August 2007, 20:39:13 UTC
[Oops, I forgot half of the patch.]
Tip revision: 63175a1
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
Tools
.hgtags -rw-r--r-- 2.5 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.4 KB
Makefile.pre.in -rw-r--r-- 34.5 KB
README -rw-r--r-- 53.1 KB
configure -rwxr-xr-x 629.2 KB
configure.in -rw-r--r-- 94.7 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.9 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 67.0 KB

README

back to top