fix ticket #578 by working around CPython bug 9834: crash in Py3.[0-1.2] when slicing...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 1 Nov 2010 18:33:18 +0000 (19:33 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 1 Nov 2010 18:33:18 +0000 (19:33 +0100)
commitfee84f22f341c18e8cdb5de07e08a99a3cbb2079
tree24f897032750331ee01c5e7d9a252308ba56fb9c
parentd4fefe87f91a788f88c2291b0fbee8d6b1a7e96c
fix ticket #578 by working around CPython bug 9834: crash in Py3.[0-1.2] when slicing non-sliceable objects
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
tests/run/slice2.pyx