Skip to content

Commit 59f54af

Browse files
Update Include/genericaliasobject.h
Co-authored-by: Ken Jin <[email protected]>
1 parent 8033e53 commit 59f54af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/genericaliasobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extern "C" {
66
#endif
77

88
#ifndef Py_LIMITED_API
9-
PyAPI_FUNC(PyObject *) _Py_apply_parameters(PyObject *, PyObject *, PyObject *, PyObject *);
9+
PyAPI_FUNC(PyObject *) _Py_subs_parameters(PyObject *, PyObject *, PyObject *, PyObject *);
1010
PyAPI_FUNC(PyObject *) _Py_make_parameters(PyObject *);
1111
#endif
1212

0 commit comments

Comments
 (0)