Skip to content

Commit 45544f3

Browse files
authored
Update Modules/_json.c
1 parent 0ca453d commit 45544f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include "Python.h"
1212
#include "pycore_ceval.h" // _Py_EnterRecursiveCall()
13-
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
13+
#include "pycore_critical_section.h"
1414
#include "pycore_global_strings.h" // _Py_ID()
1515
#include "pycore_pyerrors.h" // _PyErr_FormatNote
1616
#include "pycore_runtime.h" // _PyRuntime

0 commit comments

Comments
 (0)