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 aimacintyre
Recipients
Date 2006-09-10.07:14:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=250749

As of 2.5, the stack size for a thread can be set before the
thread is created.

Windows and Linux seem to default to generous thread stack
sizes (1MB or more), other platforms are parsimonious by
comparison (eg FreeBSD at 64kB).
History
Date User Action Args
2007-08-23 14:15:34adminlinkissue780714 messages
2007-08-23 14:15:34admincreate