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 jnoller, nirai, pitrou, vstinner
Date 2010-01-09.23:54:23
SpamBayes Score 0.00024863202
Marked as misclassified No
Message-id <1263081266.38.0.111203413834.issue7544@psf.upfronthosting.co.za>
In-reply-to
Content
Here I come with a patch! nirai idea was the good one: prealloc PyThreadState before creating the thread. Raise a MemoryError if the allocation fail, instead of raising a *fatal* Python error.

Patch is quite simple and allow better error handling.
History
Date User Action Args
2010-01-09 23:54:26vstinnersetrecipients: + vstinner, pitrou, jnoller, nirai
2010-01-09 23:54:26vstinnersetmessageid: <1263081266.38.0.111203413834.issue7544@psf.upfronthosting.co.za>
2010-01-09 23:54:25vstinnerlinkissue7544 messages
2010-01-09 23:54:25vstinnercreate