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 vstinner
Recipients Arfrever, Mark.Shannon, amaury.forgeotdarc, asvetlov, benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea, jkloth, larry, lemburg, mark.dickinson, python-dev, vstinner
Date 2013-07-02.00:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372724172.79.0.500405016404.issue17206@psf.upfronthosting.co.za>
In-reply-to
Content
"So it seems that the best option would be to increase the stack size used when linking (/STACK:).  I would suggest increasing it to 3MB using /STACK:3145728."

Does Python allocate the whole stack (physical pages) at startup, or is it done on demand as on Linux?
History
Date User Action Args
2013-07-02 00:16:13vstinnersetrecipients: + vstinner, lemburg, brett.cannon, jcea, amaury.forgeotdarc, mark.dickinson, larry, benjamin.peterson, jkloth, Arfrever, asvetlov, dmalcolm, Mark.Shannon, python-dev, ilblackdragon
2013-07-02 00:16:12vstinnersetmessageid: <1372724172.79.0.500405016404.issue17206@psf.upfronthosting.co.za>
2013-07-02 00:16:12vstinnerlinkissue17206 messages
2013-07-02 00:16:12vstinnercreate