Skip to content

Commit f89a81d

Browse files
Update Objects/dictobject.c
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 2929eca commit f89a81d

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
@@ -6272,7 +6272,6 @@ dictreviter_iter_lock_held(PyDictObject *d, PyObject *self)
62726272
if (i < 0) {
62736273
goto fail;
62746274
}
6275-
62766275
if (_PyDict_HasSplitTable(d)) {
62776276
int index = get_index_from_order(d, i);
62786277
key = LOAD_SHARED_KEY(DK_UNICODE_ENTRIES(k)[index].me_key);

0 commit comments

Comments
 (0)