make 'Py_ssize_t' and 'size_t' have lower rank than PY_LONG_LONG (related to #207)
authorLisandro Dalcin <dalcinl@gmail.com>
Tue, 10 Feb 2009 20:55:32 +0000 (18:55 -0200)
committerLisandro Dalcin <dalcinl@gmail.com>
Tue, 10 Feb 2009 20:55:32 +0000 (18:55 -0200)
commitbaf0e8e39547cec6c0fcd692174a841386d066f1
treef166b1d0b8b467d961f30db001aba8eb01b76702
parente4f6e4ca0800d36c4aac2bf24996b81c72865cce
make 'Py_ssize_t' and 'size_t' have lower rank than PY_LONG_LONG (related to #207)
Also add error testcase for signed/unsigned modifiers to Py_ssize_t, size_t,  float,  double, long double
Cython/Compiler/PyrexTypes.py
tests/errors/e_nosignword.pyx [new file with mode: 0644]