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 1937edd commit c96d00eCopy full SHA for c96d00e
Python/bltinmodule.c
@@ -4,6 +4,7 @@
4
#include <ctype.h>
5
#include "ast.h"
6
#undef Yield /* undefine macro conflicting with <winbase.h> */
7
+#include "pycore_object.h" // _Py_AddToAllObjects()
8
#include "pycore_pyerrors.h" // _PyErr_NoMemory()
9
#include "pycore_pystate.h" // _PyThreadState_GET()
10
#include "pycore_tuple.h" // _PyTuple_FromArray()
0 commit comments