[Python-Dev] Re: Another test_compiler mystery

Tim Peters tim.peters at gmail.com
Thu Aug 12 19:54:01 CEST 2004


[Charles Cazabon]
> Would reducing the recursion limit (for Windows) be a reasonable
> approach?

Not if that means Windows can't run the standard test suite.

Boosting the stack size on Windows is a VM reservation operation, BTW
-- it doesn't actually increase the RAM needed, unless the stack
actually needs to grow that big.


More information about the Python-Dev mailing list