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 ronaldoussoren
Recipients brett.cannon, larry, ronaldoussoren, vstinner
Date 2013-05-30.13:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52AE3966-7506-41D9-B302-B65BFD01BB93@mac.com>
In-reply-to <CAMpsgwaHDUOzjj+VG8DSQ3w6dRg++fe9nE3=jAyxQ=4TNpYi+g@mail.gmail.com>
Content
On 30 May, 2013, at 14:50, STINNER Victor <report@bugs.python.org> wrote:

> 
> STINNER Victor added the comment:
> 
>> The patch changes the maximum stack size from 8 to 16 MByte, neither of which is huge and shouldn't cause other problems.
> 
> On Mac OS X: Is the memory allocated at Python startup, or on demand,
> as the stack grows? If I am correct, the physical memory is allocated
> on demand on Linux.

Memory for the stack is allocated on demand, the parameter sets the maximum size that the stack can grow to. See also man ld(1).

Ronald
History
Date User Action Args
2013-05-30 13:33:40ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, vstinner, larry
2013-05-30 13:33:40ronaldoussorenlinkissue18075 messages
2013-05-30 13:33:39ronaldoussorencreate