Propagate exceptions by default for cdef functions.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 16 Jul 2008 10:19:23 +0000 (03:19 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 16 Jul 2008 10:19:23 +0000 (03:19 -0700)
commit82b787291f4d1861356ef979ebedaa4dd339bf7e
treeb4a24876ac627b304fbb253ab8559a95e6a3be8e
parent3a3a60e7718f591cf1715df33ba0a090d54f6417
Propagate exceptions by default for cdef functions.

There should be a way to disable this...
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Naming.py
Cython/Compiler/Nodes.py