We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e0bc9 commit 6c363b1Copy full SHA for 6c363b1
ext/pycall/pycall_internal.h
@@ -71,7 +71,7 @@ typedef intptr_t Py_intptr_t;
71
#ifdef HAVE_SSIZE_T
72
typedef ssize_t Py_ssize_t;
73
#elif SIZEOF_SIZE_T == SIZEOF_VOIDP
74
-typedef Py_intptr_tr Py_ssize_t;
+typedef Py_intptr_t Py_ssize_t;
75
#elif SIZEOF_SIZE_T == SIZEOF_INT
76
typedef int Py_ssize_t;
77
#elif SIZEOF_SIZE_T == SIZEOF_LONG
0 commit comments