Skip to content

Commit 00139f3

Browse files
Update Modules/_json.c
1 parent 4a16e18 commit 00139f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_json.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,6 @@ _encoder_iterate_fast_seq_lock_held(PyEncoderObject *s, PyUnicodeWriter *writer,
19121912
PyObject *seq, PyObject *s_fast,
19131913
Py_ssize_t indent_level, PyObject *indent_cache, PyObject *separator)
19141914
{
1915-
_Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(s_fast);
19161915
for (Py_ssize_t i = 0; i < PySequence_Fast_GET_SIZE(s_fast); i++) {
19171916
PyObject *obj = PySequence_Fast_GET_ITEM(s_fast, i);
19181917
#ifdef Py_GIL_DISABLED

0 commit comments

Comments
 (0)