slicing a builtin type will return the same type
authorStefan Behnel <scoder@users.berlios.de>
Mon, 4 May 2009 11:58:06 +0000 (13:58 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 4 May 2009 11:58:06 +0000 (13:58 +0200)
commit5c478f42c92bca4bd48db993273e01ed636d6a34
tree1343825956828a6809a35f6a390b73d9246d2de4
parent51043e8cc818867d306dd30aeb489ace54fbf5da
slicing a builtin type will return the same type
Cython/Compiler/Builtin.py
Cython/Compiler/ExprNodes.py
tests/run/typed_slice.pyx [new file with mode: 0644]