Hi Fijal, On 17 July 2015 at 10:59, Maciej Fijalkowski <fij...@gmail.com> wrote: > The default stack limit is (conservatively) set at 700k or so. Can we > push it to ~3M by default? (this is still far below 8M or so which is > the default on linux)
Sadly, on Windows (I think it is XP, at least cl.exe is version 15.* and linker is version 9.*; translation of that to a MSVC version is left as an exercise for the reader) the default limit is still 1 MB. That's why the limit was set to 768KB in the first place. If you want to increase it, you'll need some #ifdefs... A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev