ticket #607: access inner fields of CPython's builtin objects
authorStefan Behnel <scoder@users.berlios.de>
Fri, 3 Dec 2010 18:14:08 +0000 (19:14 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 3 Dec 2010 18:14:08 +0000 (19:14 +0100)
commit97cb7314a658f73a5a51f778021ccd52e77660f4
treee34f7046604fedc9582eb1931348e74374443121
parenta51f81b7a96434098ea78a1d1e4be2ee6683a192
ticket #607: access inner fields of CPython's builtin objects

--HG--
rename : tests/broken/builtinslice.pyx => tests/run/builtinslice.pyx
Cython/Compiler/Builtin.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
tests/broken/builtinslice.pyx [deleted file]
tests/run/builtincomplex.pyx [new file with mode: 0644]
tests/run/builtinslice.pyx [new file with mode: 0644]
tests/run/isinstance.pyx