• Pieter Noordhuis's avatar
    Fix error in scan algorithm · b63fbea5
    Pieter Noordhuis authored
    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.
    b63fbea5
dict.c 28 KB