[Cython] Poll: Buffer access exception under nogil

Stefan Behnel stefan_ml at behnel.de
Wed Apr 15 10:49:45 CEST 2009


Dag Sverre Seljebotn wrote:
> So back in our original function, we can simply directly inspect
> _save->exc_type rather than use PyErr_Occurred.

Just for correctness, that would be _save->curexc_type.

Stefan



More information about the Cython-dev mailing list