Fix a Py_ssize_t build problem.
authorWilliam Stein <wstein@gmail.com>
Fri, 27 Oct 2006 11:22:40 +0000 (06:22 -0500)
committerWilliam Stein <wstein@gmail.com>
Fri, 27 Oct 2006 11:22:40 +0000 (06:22 -0500)
Cython/Compiler/PyrexTypes.py

index 128f41d49ed6a6d05a865229f20f01c2c427a8fe..09513fb7b89cee08970772df8459c5de0243ba12 100644 (file)
@@ -748,6 +748,7 @@ sign_and_rank_to_type = {
     (0, 2): c_uint_type, 
   (0, 3): c_ulong_type,
   (0, 4): c_ulonglong_type,
+    (0, 5):  c_ulonglong_type,            # I'm not sure about this.  this should be for size_t Py_ssize_t
     (1, 0): c_char_type, 
     (1, 1): c_short_type, 
     (1, 2): c_int_type,