]> granicus.if.org Git - python/commit
[Oops, I forgot half of the patch.]
authorGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 20:39:13 +0000 (20:39 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 20:39:13 +0000 (20:39 +0000)
commit63175a1330102b99ffe4c0635ca54aa79d4be1e3
treeed62d6e226d30086b9d1cd2ffe504b202c09f388
parentf7f3deb7025fadfae5f074bc0f918852e39ad2d9
[Oops, I forgot half of the patch.]
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.
Python/marshal.c