[Cython] Status for 0.11

Stefan Behnel stefan_ml at behnel.de
Fri Feb 20 10:25:36 CET 2009


Dag Sverre Seljebotn wrote:
> The solution may be to change the way Cython/Runtime/refnanny.pyx
> reports errors, for instance change Context.delref to do a
> print/sys.exit(1) thing instead of raising an exception

I would prefer a simple sys.__stderr__.write() with some helpful
information in a dedicated code line that you could point gdb to. Killing
the process sounds everything but helpful. Note that sys.exit() also just
raises an exception, as opposed to os._exit().

Stefan



More information about the Cython-dev mailing list