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 66dd4aa commit 60fe569Copy full SHA for 60fe569
1 file changed
Include/node.h
@@ -21,7 +21,7 @@ PyAPI_FUNC(int) PyNode_AddChild(node *n, int type,
21
char *str, int lineno, int col_offset);
22
PyAPI_FUNC(void) PyNode_Free(node *n);
23
#ifndef Py_LIMITED_API
24
-Py_ssize_t _PyNode_SizeOf(node *n);
+PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);
25
#endif
26
27
/* Node access functions */
0 commit comments