Fix bug when indexing with large unsigned int
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 29 May 2008 03:42:48 +0000 (20:42 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 29 May 2008 03:42:48 +0000 (20:42 -0700)
commit3a9ce10b80b01060a3137f70217d910b60c8f15a
treec45d92dca86414381517a297ef4a13a9580331c1
parente95d3eb797b714c85aef62e08db183e6c1b56293
Fix bug when indexing with large unsigned int
Cython/Compiler/ExprNodes.py
tests/run/big_indices.pyx [new file with mode: 0644]