second try to fix ticket #583: method signatures of overridden C methods in pure...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 8 Nov 2010 11:34:32 +0000 (12:34 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 8 Nov 2010 11:34:32 +0000 (12:34 +0100)
commit78a87802d451f214b25332f5a6349aad73eaa72b
tree4e9d0f0a243aff19181aebe8d11c9667c16f6a6a
parent7e54d9a491956590d97f3c5f5bae486027fb49fe
second try to fix ticket #583: method signatures of overridden C methods in pure mode
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
tests/run/pure_mode_cmethod_inheritance_T583.pxd
tests/run/pure_mode_cmethod_inheritance_T583.py