Re: possible bug in Pyrex
Greg Ewing <[email protected]> Mon, 15 Feb 2010 14:06:20 +1300
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[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. -- = Greg