Skip to content

Commit f0146b2

Browse files
committed
fix missing cimport
1 parent 70514ce commit f0146b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/_libs/internals.pyx

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
cimport cython
44
from cython cimport Py_ssize_t
55

6+
from cpython cimport PyObject
7+
68
cdef extern from "Python.h":
79
Py_ssize_t PY_SSIZE_T_MAX
810

0 commit comments

Comments
 (0)