Skip to content

Commit d57724d

Browse files
committed
Remove incorrect comment
1 parent 937ea32 commit d57724d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,8 +3169,6 @@ dummy_func(
31693169
assert(Py_TYPE(iter_o) == &PyListIter_Type);
31703170
PyListObject *seq = it->it_seq;
31713171
assert(seq);
3172-
// The code generator doesn't understand #ifdef Py_GIL_DISABLED
3173-
// so put in some control flow
31743172
#ifdef Py_GIL_DISABLED
31753173
assert(_PyObject_IsUniquelyReferenced(iter_o));
31763174
assert(_Py_IsOwnedByCurrentThread((PyObject *)seq) ||

0 commit comments

Comments
 (0)