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 0ca453d commit 45544f3Copy full SHA for 45544f3
Modules/_json.c
@@ -10,7 +10,7 @@
10
11
#include "Python.h"
12
#include "pycore_ceval.h" // _Py_EnterRecursiveCall()
13
-#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
+#include "pycore_critical_section.h"
14
#include "pycore_global_strings.h" // _Py_ID()
15
#include "pycore_pyerrors.h" // _PyErr_FormatNote
16
#include "pycore_runtime.h" // _PyRuntime
0 commit comments