Skip to content

Commit 02d245f

Browse files
vstinnermethane
andauthored
Update Objects/dictobject.c
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
1 parent 897d768 commit 02d245f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/dictobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4530,7 +4530,6 @@ copy_lock_held(PyObject *o, int as_frozendict)
45304530
if (dict_merge(copy, o, 1, NULL) < 0) {
45314531
Py_DECREF(copy);
45324532
return NULL;
4533-
45344533
}
45354534

45364535
if (PyDict_Check(copy)) {

0 commit comments

Comments
 (0)