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 3130512 commit d33514bCopy full SHA for d33514b
Modules/_struct.c
@@ -9,10 +9,10 @@
9
10
#include "Python.h"
11
#include "pycore_bytesobject.h" // _PyBytesWriter
12
+#include "pycore_lock.h" // _PyOnceFlag_CallOnce()
13
#include "pycore_long.h" // _PyLong_AsByteArray()
14
#include "pycore_moduleobject.h" // _PyModule_GetState()
15
#include "pycore_weakref.h" // FT_CLEAR_WEAKREFS()
-#include "pycore_lock.h" // _PyOnceFlag_CallOnce()
16
17
#include <stddef.h> // offsetof()
18
0 commit comments