Inline function definitions in pxd files
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 27 Nov 2008 18:29:12 +0000 (19:29 +0100)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 27 Nov 2008 18:29:12 +0000 (19:29 +0100)
commit4b4d3f43386b13b357d46438e2dd250c3c92c65b
treed1a90417f967c320ef5ab96cd7501747fb37344f
parent55ac39ee5987a681b07a5b9ade320f221f37be61
Inline function definitions in pxd files
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Symtab.py
tests/errors/e_func_in_pxd.pyx
tests/errors/e_func_in_pxd_support.pxd
tests/run/inlinepxd.pxd [new file with mode: 0644]
tests/run/inlinepxd.pyx [new file with mode: 0644]
tests/run/inlinepxd_support.pxd [new file with mode: 0644]