mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Undo inadvertent line swap
This commit is contained in:
parent
5088f6005f
commit
86d322f020
1 changed files with 1 additions and 1 deletions
|
@ -282,8 +282,8 @@ set_insert_clean(setentry *table, size_t mask, PyObject *key, Py_hash_t hash)
|
|||
i = (i * 5 + 1 + perturb) & mask;
|
||||
}
|
||||
found_null:
|
||||
entry->hash = hash;
|
||||
entry->key = key;
|
||||
entry->hash = hash;
|
||||
}
|
||||
|
||||
/* ======== End logic for probing the hash table ========================== */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue