We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e922f commit 260e06cCopy full SHA for 260e06c
1 file changed
Include/internal/pycore_call.h
@@ -186,6 +186,7 @@ _PyObject_CallNoArgs(PyObject *func) {
186
}
187
188
189
+// these are exported only for other re-generated interpreters to call
190
PyAPI_FUNC(PyObject *const *)
191
_PyStack_UnpackDict(PyThreadState *tstate,
192
PyObject *const *args, Py_ssize_t nargs,
0 commit comments