Fix segfault/invalid value in argument parsing code. Also remove inline for non-criti...
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 28 Oct 2008 22:07:58 +0000 (15:07 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 28 Oct 2008 22:07:58 +0000 (15:07 -0700)
commit3fc27935a2712880e3208c1aced9510299f1c27c
treeb3237838f18b15b02cbc1c59d67e3cc9fff87939
parentbd6a80ee495650ec9801d768f515d72b7fbb14ab
Fix segfault/invalid value in argument parsing code. Also remove inline for non-critial path.

Reducing the total footprint by making error code non-inline helps with
code size and can also speed up the critical path.
Cython/Compiler/Nodes.py