support 'internal' cdef classes that do not show up in the module dict
authorStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 18:59:13 +0000 (20:59 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 18:59:13 +0000 (20:59 +0200)
commit55ae33d77d2d7985c3545c75d5b7b019da902aa6
tree2567d9a4d28e527b8d53062e5611a8c7dcc48f9c
parent46e443be5b3dfbef7c664ca6730a92941c616246
support 'internal' cdef classes that do not show up in the module dict
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Options.py
Cython/Compiler/TypeSlots.py
tests/run/internal_cdef_class.pyx [new file with mode: 0644]