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, trent
Date 2008-03-14.22:49:07
SpamBayes Score 0.13220632
Marked as misclassified No
Message-id <1205534948.68.0.805906554051.issue2286@psf.upfronthosting.co.za>
In-reply-to
Content
The situation was the same on win32 with the VC2005 debug build, some
months ago.
I think this is because of the extra stack checks added with "recent"
versions of Visual Studio, together with the fact that local variables
are not shared when optimizations are disabled.

Can you try to raise the stack size on x64 builds? If 2Mb is enough for
32bit, 4Mb should be good in your case.
History
Date User Action Args
2008-03-14 22:49:09amaury.forgeotdarcsetspambayes_score: 0.132206 -> 0.13220632
recipients: + amaury.forgeotdarc, trent
2008-03-14 22:49:08amaury.forgeotdarcsetspambayes_score: 0.132206 -> 0.132206
messageid: <1205534948.68.0.805906554051.issue2286@psf.upfronthosting.co.za>
2008-03-14 22:49:08amaury.forgeotdarclinkissue2286 messages
2008-03-14 22:49:07amaury.forgeotdarccreate