Skip to content

Commit

Permalink
Fix PyInterpreterState_GetID patch in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 21, 2024
1 parent 4765f51 commit 8f3d32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyfastani/_patch.pxi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cdef extern from *:
"""
#ifndef HAS_PYINTERPRETERSTATE_GETID
#ifndef HAVE_PYINTERPRETERSTATE_GETID
int64_t PyInterpreterState_GetID(PyInterpreterState *interp) {
return 0;
}
Expand Down

0 comments on commit 8f3d32c

Please sign in to comment.