Skip to content

Commit 4fd21d3

Browse files
add Py_UNREACHABLE
1 parent aadb482 commit 4fd21d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Objects/dictobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,7 @@ unicodekeys_lookup_unicode_threadsafe_stackref(PyDictKeysObject* dk, PyObject *k
16061606
return ix;
16071607
}
16081608
}
1609+
Py_UNREACHABLE();
16091610
}
16101611

16111612

0 commit comments

Comments
 (0)