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 937ea32 commit d57724dCopy full SHA for d57724d
Python/bytecodes.c
@@ -3169,8 +3169,6 @@ dummy_func(
3169
assert(Py_TYPE(iter_o) == &PyListIter_Type);
3170
PyListObject *seq = it->it_seq;
3171
assert(seq);
3172
- // The code generator doesn't understand #ifdef Py_GIL_DISABLED
3173
- // so put in some control flow
3174
#ifdef Py_GIL_DISABLED
3175
assert(_PyObject_IsUniquelyReferenced(iter_o));
3176
assert(_Py_IsOwnedByCurrentThread((PyObject *)seq) ||
0 commit comments