mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-104405: Add missing PEP 523 checks (GH-104406)
This commit is contained in:
parent
a10b026f0f
commit
1eb950ca55
6 changed files with 505 additions and 420 deletions
|
@ -105,6 +105,7 @@
|
|||
|
||||
#define DISPATCH_INLINED(NEW_FRAME) \
|
||||
do { \
|
||||
assert(tstate->interp->eval_frame == NULL); \
|
||||
_PyFrame_SetStackPointer(frame, stack_pointer); \
|
||||
frame->prev_instr = next_instr - 1; \
|
||||
(NEW_FRAME)->previous = frame; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue