[issue1050] py3k: correction for test_marshal on Windows

Amaury Forgeot d'Arc report at bugs.python.org
Wed Aug 29 02:05:54 CEST 2007


New submission from 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.

----------
components: Windows
files: marshall.diff
messages: 55391
nosy: amaury.forgeotdarc
severity: normal
status: open
title: py3k: correction for test_marshal on Windows
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1050>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: marshall.diff
Type: application/octet-stream
Size: 1315 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20070829/9a81d0e3/attachment-0001.obj 


More information about the Python-bugs-list mailing list