Author amajorek
Recipients amajorek, awaters, eric_noyau, klaas, loewis, mwh, nnorwitz, tim_one
Date 2008-06-17.06:56:28
SpamBayes Score 0.0254773
Marked as misclassified No
Message-id <1213685796.92.0.800027132009.issue3127@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2008-06-17 06:56:37amajoreksetspambayes_score: 0.0254773 -> 0.0254773
recipients: + amajorek, mwh, tim_one, loewis, nnorwitz, awaters, klaas, eric_noyau
2008-06-17 06:56:37amajoreksetspambayes_score: 0.0254773 -> 0.0254773
messageid: <1213685796.92.0.800027132009.issue3127@psf.upfronthosting.co.za>
2008-06-17 06:56:35amajoreklinkissue3127 messages
2008-06-17 06:56:34amajorekcreate