Skip to content

Commit 6b4564c

Browse files
committed
chore: comment why function is declared
1 parent 16b302c commit 6b4564c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/internals.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@ cdef extern from "Python.h":
10081008
"""
10091009
// python version < 3.14
10101010
#if PY_VERSION_HEX < 0x030E0000
1011+
// This function is unused and is declared to avoid a build warning
10111012
int __Pyx_PyUnstable_Object_IsUniqueReferencedTemporary(PyObject *ref) {
10121013
return Py_REFCNT(ref) == 1;
10131014
}

0 commit comments

Comments
 (0)