public/capi: fixes and cleanups, implement exporting cdef variables
authorLisandro Dalcin <dalcinl@gmail.com>
Thu, 31 Mar 2011 06:57:12 +0000 (03:57 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Thu, 31 Mar 2011 06:57:12 +0000 (03:57 -0300)
commit0a56c99d77fe003e803e719643c40608edb2dfcf
treecfcac6f6a7c9c341f914af6ee95e2fb6c023a070
parentb5037005c624c03622c8c7dffac5d0fabbec7478
public/capi: fixes and cleanups, implement exporting cdef variables
12 files changed:
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
tests/compile/a_capi.pyx
tests/compile/publicapi_api.pyx [new file with mode: 0644]
tests/compile/publicapi_mix.pyx [new file with mode: 0644]
tests/compile/publicapi_pub.pyx [new file with mode: 0644]
tests/compile/publicapi_pxd_mix.pxd [new file with mode: 0644]
tests/compile/publicapi_pxd_mix.pyx [new file with mode: 0644]
tests/run/capiimpl.pyx