mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
156699bca0
The list lookups become a big burden for very long lists. This patch changes the "happy flow" path of 2 lookups into 1 lookup. Automerge-Triggered-By: GH:vsajip