We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c4497 commit 14b2e7fCopy full SHA for 14b2e7f
1 file changed
Objects/enumobject.c
@@ -184,7 +184,7 @@ increment_longindex_lock_held(enumobject *en)
184
return NULL;
185
}
186
187
- assert(next_index != NULL);
+ assert(en->en_longindex != NULL);
188
// We hold one reference to "next_index" (a.k.a. the old value of
189
// en->en_longindex); we'll either return it or keep it in en->en_longindex
190
PyObject *next_index = en->en_longindex;
0 commit comments