• P
    Fix error in scan algorithm · fd22106a
    Pieter Noordhuis 提交于
    The irrelevant bits shouldn't be masked to 1. This can result in slots being
    skipped when the hash table is resized between calls to the iterator.
    fd22106a
dict.c 28.0 KB