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 dcb088e commit 5f8ad07Copy full SHA for 5f8ad07
1 file changed
Modules/_json.c
@@ -10,6 +10,7 @@
10
11
#include "Python.h"
12
#include "pycore_ceval.h" // _Py_EnterRecursiveCall()
13
+#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST()
14
#include "pycore_global_strings.h" // _Py_ID()
15
#include "pycore_pyerrors.h" // _PyErr_FormatNote
16
#include "pycore_runtime.h" // _PyRuntime
0 commit comments