[Pyrex] pyrex 0.9.4.1 bugs?

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Aug 15 02:56:18 UTC 2006


Chris Bainbridge wrote:
> I've looked over the archives at
> noticed that a segfault generating bug was reported in May (thread
> "Bug report on return inside a loop"). Did this ever get fixed?

I fixed one bug like that, but I think there may
be another one on my list that I haven't had a chance
to investigate yet.

If you think this might be affecting you, don't
return directly from the loop, but set a flag or
something, break out of the loop, and test it.

--
Greg



More information about the Pyrex mailing list