Greg Ewing, 15.02.2010 02:11: > I'm trying to track down a problem using Pyrex with > Python 2.6, and it seems to have something to do with > the fake frame objects that Pyrex creates. I'm wondering > whether something about frame objects has changed in > 2.6.
Quite possible. There were a lot of merges between the Py3k branch and the Py2 trunk at the time. > The user reports that the problem does not occur when > using Cython. Have you changed anything in __Pyx_AddTraceback > in Cython? Certainly. I reworked all sorts of things in the exception handling code for Py3 support. Not so much in __Pyx_AddTraceback (nothing that I would consider relevant here), but clearly in the exception setting and resetting code. Some of that may well be relevant for 2.6. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
