We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70514ce commit f0146b2Copy full SHA for f0146b2
pandas/_libs/internals.pyx
@@ -3,6 +3,8 @@
3
cimport cython
4
from cython cimport Py_ssize_t
5
6
+from cpython cimport PyObject
7
+
8
cdef extern from "Python.h":
9
Py_ssize_t PY_SSIZE_T_MAX
10
0 commit comments