mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-89189: More compact range iterator (GH-27986)
This commit is contained in:
parent
9628136fac
commit
787764219f
7 changed files with 88 additions and 50 deletions
|
@ -10,7 +10,6 @@ extern "C" {
|
|||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
long index;
|
||||
long start;
|
||||
long step;
|
||||
long len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue