mirror of
https://github.com/python/cpython.git
synced 2026-06-01 00:59:47 -04:00
afb6ae8452
frequently used, and in particular this allows to drop the last remaining obvious time-waster in the crucial lookdict() and lookdict_string() functions. Other changes consist mostly of changing "i < ma_size" to "i <= ma_mask" everywhere.