This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2007-08-29.00:05:53
SpamBayes Score 0.118501
Marked as misclassified No
Message-id <1188345954.11.0.861533701797.issue1050@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
marshall.diff amaury.forgeotdarc, 2007-08-29.00:05:53
History
Date User Action Args
2007-08-29 00:05:54amaury.forgeotdarcsetspambayes_score: 0.118501 -> 0.118501
recipients: + amaury.forgeotdarc
2007-08-29 00:05:54amaury.forgeotdarcsetspambayes_score: 0.118501 -> 0.118501
messageid: <1188345954.11.0.861533701797.issue1050@psf.upfronthosting.co.za>
2007-08-29 00:05:54amaury.forgeotdarclinkissue1050 messages
2007-08-29 00:05:53amaury.forgeotdarccreate