Message97480
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. |
|
| 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: <[email protected]> |
| 2010-01-09 23:54:25 | vstinner | link | issue7544 messages |
| 2010-01-09 23:54:25 | vstinner | create | |
|