clean up lots of places where exceptions are being raised to reduce the message build...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 6 Dec 2013 22:15:59 +0000 (23:15 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 6 Dec 2013 22:15:59 +0000 (23:15 +0100)
commit219725cad2a7d2ad65f6b279ab6c69891fe0ed9c
tree8c390555f5582de7cb275830516bbc5d7b4d5828
parent683aa853e07f4bb52344fa9254c5f5086e783b75
clean up lots of places where exceptions are being raised to reduce the message building overhead
12 files changed:
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Utility/Buffer.c
Cython/Utility/CythonFunction.c
Cython/Utility/FunctionArguments.c
Cython/Utility/ImportExport.c
Cython/Utility/MemoryView_C.c
Cython/Utility/ObjectHandling.c
Cython/Utility/Overflow.c
Cython/Utility/StringTools.c
Cython/Utility/TypeConversion.c