Fix to handle None or fast tuple/list indexing.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 27 Feb 2009 06:25:55 +0000 (22:25 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 27 Feb 2009 06:25:55 +0000 (22:25 -0800)
commit2c9675ff61bb37967829684442bba721b5b93f1a
tree21a7c321ac644a613b21ab7a29c9508364003c4b
parent45da07ea0ac79ff55d9045a55750c683fb5b77a4
Fix to handle None or fast tuple/list indexing.
Cython/Compiler/ExprNodes.py