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-10-20.14:45:43
SpamBayes Score 4.0725703e-05
Marked as misclassified No
Message-id <1287585945.3.0.186742667735.issue9670@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch explicitly sets the minimal stack size to about 704K, which is the minimal size where 'def f(): f()' doesn't cause a buserror when run in a thread.
History
Date User Action Args
2010-10-20 14:45:45ronaldoussorensetrecipients: + ronaldoussoren, r.david.murray, jaredlang
2010-10-20 14:45:45ronaldoussorensetmessageid: <1287585945.3.0.186742667735.issue9670@psf.upfronthosting.co.za>
2010-10-20 14:45:43ronaldoussorenlinkissue9670 messages
2010-10-20 14:45:43ronaldoussorencreate