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 89086f6..ba8b1f1 100644
--- a/Include/internal/pycore_sliceobject.h
+++ b/Include/internal/pycore_sliceobject.h
@@ -11,7 +11,7 @@ extern "C" {
/* runtime lifecycle */
-extern PyObject *
+PyAPI_FUNC(PyObject *)
_PyBuildSlice_ConsumeRefs(PyObject *start, PyObject *stop);
#ifdef __cplusplus