[Python-Dev] Re: Another test_compiler mystery (original) (raw)
Tim Peters tim.peters at gmail.com
Thu Aug 12 19:54:01 CEST 2004
- Previous message: [Python-Dev] Re: Another test_compiler mystery
- Next message: [Python-Dev] Re: Another test_compiler mystery
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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.
- Previous message: [Python-Dev] Re: Another test_compiler mystery
- Next message: [Python-Dev] Re: Another test_compiler mystery
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]