]> granicus.if.org Git - python/commit
Patch # 1050 by Amaury Forgeot d'Arc.
authorGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 18:44:54 +0000 (18:44 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 18:44:54 +0000 (18:44 +0000)
commit991bf5d8c8fdd94c3b9238d7111c0dfb41973804
treefa3655e648ebdd13776ddd3ef44c5f1abb288da8
parentcf3c4217c755164a6b762c5846ee82636565d6f0
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.
Lib/test/test_marshal.py