get rid of 'yellow last line' problem by assigning the function exit error handling...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 1 Dec 2013 08:19:03 +0000 (09:19 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 1 Dec 2013 08:19:03 +0000 (09:19 +0100)
commitff18a0415878d5d636146fe6941adcb72baba0b8
tree6ff311559aa0d808f987877d51480306456d6c51
parent0ad99411d603f0daf6fbb7531a6dbce53a1d73ed
get rid of 'yellow last line' problem by assigning the function exit error handling and default value return code to the signature line instead of the last code line
Cython/Compiler/Nodes.py