Message 97480 - Python tracker
Message97480
| 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:26 | vstinner | set | recipients: + vstinner, pitrou, jnoller, nirai |
| 2010-01-09 23:54:26 | vstinner | set | messageid: <1263081266.38.0.111203413834.issue7544@psf.upfronthosting.co.za> |
| 2010-01-09 23:54:25 | vstinner | link | issue7544 messages |
| 2010-01-09 23:54:25 | vstinner | create | |