Thanks to visit codestin.com Credit goes to github.com
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 2966924 commit 1b940ebCopy full SHA for 1b940eb
1 file changed
Include/internal/pycore_tuple.h
@@ -12,7 +12,7 @@ extern "C" {
12
13
#define _PyTuple_ITEMS(op) (_PyTuple_CAST(op)->ob_item)
14
15
-PyAPI_FUNC(PyObject *) _PyTuple_FromArray(PyObject *const *, Py_ssize_t);
+extern PyObject *_PyTuple_FromArray(PyObject *const *, Py_ssize_t);
16
17
#ifdef __cplusplus
18
}
0 commit comments