Re: possible bug in Pyrex

Péter Szabó <[email protected]> Wed, 24 Feb 2010 10:10:30 +0100
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
2010/2/15 Greg Ewing <[email protected]>:
> P=E9ter Szab=F3 wrote:
>>
>> I think I've found a bug in Pyrex (or some other part of my Python
>> installation) which causes the Python 2.6 interpreter segfault (or
>> abort) in some cases.
>
>> Can you reproduce the bug in your local machine?
>
> Yes, I've reproduced it. It's hard to tell exactly what's
> going on, but it seems to have something to do with the fake
> frame objects being created to produce traceback entries in
> pyrex code. Possibly something about frames has changed in
> 2.6. I'll have to dig deeper.

Any update on this bug?