summaryrefslogtreecommitdiffstats
path: root/Include/genericaliasobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/genericaliasobject.h')
-rw-r--r--Include/genericaliasobject.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Include/genericaliasobject.h b/Include/genericaliasobject.h
index cf00297..4ce9244 100644
--- a/Include/genericaliasobject.h
+++ b/Include/genericaliasobject.h
@@ -5,6 +5,11 @@
extern "C" {
#endif
+#ifndef Py_LIMITED_API
+PyAPI_FUNC(PyObject *) _Py_subs_parameters(PyObject *, PyObject *, PyObject *, PyObject *);
+PyAPI_FUNC(PyObject *) _Py_make_parameters(PyObject *);
+#endif
+
PyAPI_FUNC(PyObject *) Py_GenericAlias(PyObject *, PyObject *);
PyAPI_DATA(PyTypeObject) Py_GenericAliasType;