fix modifiers of functions with overrides in external .pxd files
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 23 Jul 2012 08:30:45 +0000 (10:30 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 23 Jul 2012 08:30:45 +0000 (10:30 +0200)
commit906bbedc02eb7590d5b6553b476412978bba706e
treeaed8da3c1edb4df5942887bac0eb5b3ced1d71a2
parentffe34c3ab5ab30a488ca1952ab11c05d77738521
fix modifiers of functions with overrides in external .pxd files
Cython/Compiler/Code.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
tests/run/external_inline_declaration.srctree [new file with mode: 0644]