mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
6e35da9763
This continues the `range()` part of #13930. The complete pull request is stalled on discussions around dicts, but `range()` should not be controversial. (And I plan to open PRs for other parts if this is merged.) On top of Mark's change, I unified `range_new` and `range_vectorcall`, which had a lot of duplicate code. https://bugs.python.org/issue37207
Source files for various builtin objects