Skip to content

Commit d4e5313

Browse files
committed
#include "pycore_gc.h", something moved
1 parent 4dd0954 commit d4e5313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/arraymodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "pycore_bytesobject.h" // _PyBytes_Repeat
1212
#include "pycore_call.h" // _PyObject_CallMethod()
1313
#include "pycore_ceval.h" // _PyEval_GetBuiltin()
14+
#include "pycore_gc.h" // _PyObject_GC_IS_SHARED()
1415
#include "pycore_modsupport.h" // _PyArg_NoKeywords()
1516
#include "pycore_moduleobject.h" // _PyModule_GetState()
1617
#include "pycore_pyatomic_ft_wrappers.h"

0 commit comments

Comments
 (0)