Skip to content

Commit 39767c6

Browse files
gh-143544: Remove unnecessary comment
1 parent fa69d1e commit 39767c6

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
@@ -429,7 +429,6 @@ raise_errmsg(const char *msg, PyObject *s, Py_ssize_t end)
429429
Py_DECREF(exc);
430430
}
431431

432-
/* Move DECREF after PyErr_SetObject */
433432
Py_DECREF(JSONDecodeError);
434433
}
435434

0 commit comments

Comments
 (0)