Staging
v0.8.1
https://github.com/python/cpython
Revision 991bf5d8c8fdd94c3b9238d7111c0dfb41973804 authored by Guido van Rossum on 29 August 2007, 18:44:54 UTC, committed by Guido van Rossum on 29 August 2007, 18:44:54 UTC
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 cf3c421
History
Tip revision: 991bf5d8c8fdd94c3b9238d7111c0dfb41973804 authored by Guido van Rossum on 29 August 2007, 18:44:54 UTC
Patch # 1050 by Amaury Forgeot d'Arc.
Tip revision: 991bf5d
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