Check return values before PyErr_Occurred() for coercion nodes.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 7 Sep 2007 09:49:43 +0000 (02:49 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 7 Sep 2007 09:49:43 +0000 (02:49 -0700)
commit4e91e8fa2cbf9d09f271a477df6a9cb40d0c6b85
treeb29fea736c3d6389801b8f173021ea5aa12b990f
parentc1609002021128e64e37da5001b76ca89b561f93
Check return values before PyErr_Occurred() for coercion nodes.
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py