Commit ad620af6f6d36f2e10d6affaf2112e3f35c656c9

Behdad Esfahbod 2023-06-07T14:59:22

Revert "[iter] Another try at writing some for loops as range loops" This reverts commit 69c6928289cad871b5b096fbdcd2827fdb80c3ad. This had code size increase, and slows down non-random-access iterators since it accesses __end__ which is O(n).