This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients lukasz.langa, rhettinger, serhiy.storchaka
Date 2021-08-27.03:03:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630033413.29.0.592444888293.issue45026@roundup.psfhosted.org>
In-reply-to
Content
The proposed PR provides more compact implementation of the range iterator. It consumes less memory and produces smaller pickles. It is presumably faster because it performs simpler arithmetic operations on iteration (no multiplications).
History
Date User Action Args
2021-08-27 03:03:33serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, lukasz.langa
2021-08-27 03:03:33serhiy.storchakasetmessageid: <1630033413.29.0.592444888293.issue45026@roundup.psfhosted.org>
2021-08-27 03:03:33serhiy.storchakalinkissue45026 messages
2021-08-27 03:03:33serhiy.storchakacreate