Special handling of Py_ssize_t and size_t in the parser (related to #207)
authorLisandro Dalcin <dalcinl@gmail.com>
Fri, 20 Feb 2009 14:35:57 +0000 (12:35 -0200)
committerLisandro Dalcin <dalcinl@gmail.com>
Fri, 20 Feb 2009 14:35:57 +0000 (12:35 -0200)
commitdbd89db60cc751a1fe32bacffba2c0cbb576a189
tree35fb37254476df7810b9b4405526e25873c6c163
parentb33174e7a5009928bf7af903c344d0ca4a2b57b8
Special handling of Py_ssize_t and size_t in the parser (related to #207)
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
tests/errors/e_nosignword.pyx
tests/run/size_t.pyx