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 4dd0954 commit d4e5313Copy full SHA for d4e5313
Modules/arraymodule.c
@@ -11,6 +11,7 @@
11
#include "pycore_bytesobject.h" // _PyBytes_Repeat
12
#include "pycore_call.h" // _PyObject_CallMethod()
13
#include "pycore_ceval.h" // _PyEval_GetBuiltin()
14
+#include "pycore_gc.h" // _PyObject_GC_IS_SHARED()
15
#include "pycore_modsupport.h" // _PyArg_NoKeywords()
16
#include "pycore_moduleobject.h" // _PyModule_GetState()
17
#include "pycore_pyatomic_ft_wrappers.h"
0 commit comments