disable exception check for special C return type (always assume that it's an excepti...
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 24 Dec 2013 13:56:16 +0000 (14:56 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 24 Dec 2013 13:56:16 +0000 (14:56 +0100)
commit1d413f0a6bd4e51f4a60c949d15d419178c76ec8
treeafff2b267143894a8e830619c438d13d722f6b6e
parent72698b0b970b4a5899229f458fcd9a7c4aa9a7cc
disable exception check for special C return type (always assume that it's an exception when -1 is returned)

--HG--
extra : amend_source : 88f30462a27faf52fcee83af0d1dce714e4f7e69
Cython/Compiler/PyrexTypes.py
Cython/Compiler/TypeSlots.py