long long indexing failed when sizeof(long long) < sizeof(Py_ssize_t)
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 26 Aug 2008 07:06:52 +0000 (00:06 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 26 Aug 2008 07:06:52 +0000 (00:06 -0700)
commit213f561fd894924adbf33d83da272e9d80d3295e
treec16bf0702a307350c4d1864e3b4583ed8a09ef64
parentade90e6708e191760404fd26f07fd410233abae7
long long indexing failed when sizeof(long long) < sizeof(Py_ssize_t)
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
tests/run/longlongindex.pyx [new file with mode: 0644]