One of the pain points in Cython is that one must explicitly annotate non-object returning functions with except clauses. Would it be worth trying to change the default here, making exception-suppressing opt-in rather than opt-out?
There are a couple of open questions, e.g. * What would the syntax be? * What about extern functions? * What would the performance impact be? Could it be mitigated?
_______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel