Issue3127
Created on 2008-06-17 06:56 by amajorek, last changed 2008-06-17 07:24 by amaury.forgeotdarc.
|
msg68303 - (view) |
Author: Aldona Majorek (amajorek) |
Date: 2008-06-17 06:56 |
|
Copy of issue 1579370
Programs using generators, exceptions and threads could crash.
I was not able to make plain python program to crash, but python program
embedded in C++ crashed very reliably.
No more crashes after applying patch from 2.5 version stopped helped.
I verified that bug and patch on python 2.4.3.
Looking at the source code in svn, the same but lurks in latest 2.3 and
2.2 (since generators were introduced).
|
|
msg68305 - (view) |
Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) |
Date: 2008-06-17 07:24 |
|
This is right, but there won't be any more 2.4 release.
Either apply the patch to your local copy of the sources,
or simply upgrade to 2.5.
|
|
| Date |
User |
Action |
Args |
| 2008-06-17 07:24:47 | amaury.forgeotdarc | set | status: open -> closed nosy:
+ amaury.forgeotdarc resolution: out of date messages:
+ msg68305 |
| 2008-06-17 06:56:35 | amajorek | create | |
|