GH-131729: Consider in-memory state when merging storage and stack (GH-131773)

This commit is contained in:
Mark Shannon
2025-03-27 08:32:45 +00:00
committed by GitHub
parent 316938bddf
commit d836d287a7
3 changed files with 10 additions and 0 deletions

View File

@@ -6009,6 +6009,7 @@
stack_pointer = _PyFrame_GetStackPointer(frame);
}
}
stack_pointer[-1] = iter;
DISPATCH();
}