summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_tuple.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_tuple.h')
-rw-r--r--Include/internal/pycore_tuple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_tuple.h b/Include/internal/pycore_tuple.h
index dfbbd6f..82b8752 100644
--- a/Include/internal/pycore_tuple.h
+++ b/Include/internal/pycore_tuple.h
@@ -20,7 +20,7 @@ extern PyStatus _PyTuple_InitGlobalObjects(PyInterpreterState *);
#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
-extern PyObject *_PyTuple_FromArray(PyObject *const *, Py_ssize_t);
+PyAPI_FUNC(PyObject *)_PyTuple_FromArray(PyObject *const *, Py_ssize_t);
PyAPI_FUNC(PyObject *)_PyTuple_FromStackRefSteal(const union _PyStackRef *, Py_ssize_t);
PyAPI_FUNC(PyObject *)_PyTuple_FromArraySteal(PyObject *const *, Py_ssize_t);