We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b302c commit 6b4564cCopy full SHA for 6b4564c
pandas/_libs/internals.pyx
@@ -1008,6 +1008,7 @@ cdef extern from "Python.h":
1008
"""
1009
// python version < 3.14
1010
#if PY_VERSION_HEX < 0x030E0000
1011
+ // This function is unused and is declared to avoid a build warning
1012
int __Pyx_PyUnstable_Object_IsUniqueReferencedTemporary(PyObject *ref) {
1013
return Py_REFCNT(ref) == 1;
1014
}
0 commit comments