8000 GH-131498: manage stacks automatically by markshannon · Pull Request #132074 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Next Next commit
Remove incorrect comment
  • Loading branch information
markshannon committed Apr 4, 2025
commit d57724d14b64326723b6849e6dd69e65479311c3
2 changes: 0 additions & 2 deletions Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -3169,8 +3169,6 @@ dummy_func(
assert(Py_TYPE(iter_o) == &PyListIter_Type);
PyListObject *seq = it->it_seq;
assert(seq);
// The code generator doesn't understand #ifdef Py_GIL_DISABLED
// so put in some control flow
#ifdef Py_GIL_DISABLED
assert(_PyObject_IsUniquelyReferenced(iter_o));
assert(_Py_IsOwnedByCurrentThread((PyObject *)seq) ||
Expand Down
Loading
0