Skip to content

Commit 34885a0

Browse files
committed
fix normal build
1 parent e6ce9c9 commit 34885a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,8 +1748,8 @@ encoder_listencode_list(PyEncoderObject *s, _PyUnicodeWriter *writer,
17481748
return 0;
17491749

17501750
bail:
1751-
Py_END_CRITICAL_SECTION_SEQUENCE_FAST();
17521751
Py_XDECREF(ident);
1752+
Py_END_CRITICAL_SECTION_SEQUENCE_FAST();
17531753
Py_DECREF(s_fast);
17541754
Py_XDECREF(separator_indent);
17551755
Py_XDECREF(new_newline_indent);

0 commit comments

Comments
 (0)