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 jaredlang, r.david.murray, ronaldoussoren
Date 2010-08-24.14:28:11
SpamBayes Score 0.00026245
Marked as misclassified No
Message-id <1282660092.56.0.615629653439.issue9670@psf.upfronthosting.co.za>
In-reply-to
Content
This is the same issue as #6763.

The root cause of this issue is that the default stack size for threads other than the main thread is small. 

One way to fix this issue is to increase the default stacksize for new threads.
History
Date User Action Args
2010-08-24 14:28:14ronaldoussorensetrecipients: + ronaldoussoren, r.david.murray, jaredlang
2010-08-24 14:28:12ronaldoussorensetmessageid: <1282660092.56.0.615629653439.issue9670@psf.upfronthosting.co.za>
2010-08-24 14:28:11ronaldoussorenlinkissue9670 messages
2010-08-24 14:28:11ronaldoussorencreate