summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_sliceobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_sliceobject.h')
-rw-r--r--Include/internal/pycore_sliceobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_sliceobject.h b/Include/internal/pycore_sliceobject.h
index 98665c3..0c72d3e 100644
--- a/Include/internal/pycore_sliceobject.h
+++ b/Include/internal/pycore_sliceobject.h
@@ -11,7 +11,7 @@ extern "C" {
/* runtime lifecycle */
-extern void _PySlice_Fini(PyInterpreterState *);
+extern void _PySlice_Fini(_PyFreeListState *);
extern PyObject *
_PyBuildSlice_ConsumeRefs(PyObject *start, PyObject *stop);