mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
It happened with fast range iterator when the calculated stop = start + step * len was out of the C long range. (cherry picked from commit 936f6a16b9ef85bd56b18a247b962801e954c30e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Source files for various builtin objects