fix compiler crash in type inference if we cannot determine the type of the indexing...
authorStefan Behnel <scoder@users.berlios.de>
Thu, 9 Sep 2010 06:52:46 +0000 (08:52 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 9 Sep 2010 06:52:46 +0000 (08:52 +0200)
commit59d44445c6c87cab1a4c010b7d80d318a99b820d
tree15a85097cfc2b18c0e4136e6aa9a95f5177ec896
parentd4b42be1462644a87f3ae46a305b56640a1c2724
fix compiler crash in type inference if we cannot determine the type of the indexing offset
Cython/Compiler/ExprNodes.py