Stefan Behnel wrote:

> I also wonder how exception subtyping is handled for Python versions
> before 2.5. I assume this is left to the user, so that
> 
>     cdef class MyExc(Exception): pass
> 
> will require Py2.5+, whereas
> 
>     class MyExc(Exception): pass
> 
> should still work in Py2.3.

Yes. Do you think it can/should be handled differently?

-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to