summaryrefslogtreecommitdiffstats
path: root/Python/generated_cases.c.h
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2025-03-27 08:32:45 (GMT)
committerGitHub <noreply@github.com>2025-03-27 08:32:45 (GMT)
commitd836d287a7bd1392f6d011888a7469854b0f4325 (patch)
tree8c4583a9c077b4e25dd495021c48a518be093afa /Python/generated_cases.c.h
parent316938bddf1d321234debecc4561d8f5cd6403a0 (diff)
downloadcpython-d836d287a7bd1392f6d011888a7469854b0f4325.zip
cpython-d836d287a7bd1392f6d011888a7469854b0f4325.tar.gz
cpython-d836d287a7bd1392f6d011888a7469854b0f4325.tar.bz2
GH-131729: Consider in-memory state when merging storage and stack (GH-131773)
Diffstat (limited to 'Python/generated_cases.c.h')
-rw-r--r--Python/generated_cases.c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/generated_cases.c.h b/Python/generated_cases.c.h
index f6a538e..0314f98 100644
--- a/Python/generated_cases.c.h
+++ b/Python/generated_cases.c.h
@@ -6009,6 +6009,7 @@
stack_pointer = _PyFrame_GetStackPointer(frame);
}
}
+ stack_pointer[-1] = iter;
DISPATCH();
}