fix unused access to optimise builtin methods which could lead to invalid C code...
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 11 Mar 2013 19:06:22 +0000 (20:06 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 11 Mar 2013 19:06:22 +0000 (20:06 +0100)
commit91d8543209490ba9ae797c403e40913c1f956c51
tree00f190ce08e3bb36bc701acda0db52eba8941997
parent390d3af518c5d245263642ae33e1aa1ab5f8c00a
fix unused access to optimise builtin methods which could lead to invalid C code being generated
Cython/Compiler/ExprNodes.py
tests/run/bound_builtin_methods_T589.pyx