mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
f54d44d333
Now that we specialize range iteration in the interpreter for the common case where the iterator has only one reference, there's not a significant performance cost to making the iteration thread-safe.