gh-89189: More compact range iterator (GH-27986)

This commit is contained in:
Serhiy Storchaka 2022-11-30 23:04:30 +02:00 committed by GitHub
parent 9628136fac
commit 787764219f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 88 additions and 50 deletions

View file

@ -10,7 +10,6 @@ extern "C" {
typedef struct {
PyObject_HEAD
long index;
long start;
long step;
long len;