mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
Merge branch 'main' into fix-socket-reentrant-mutation
This commit is contained in:
commit
df46bde730
15 changed files with 362 additions and 34 deletions
|
|
@ -359,6 +359,9 @@
|
|||
stack_pointer = _PyFrame_GetStackPointer(frame);
|
||||
stack_pointer += -2;
|
||||
ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
|
||||
if (res_o == NULL) {
|
||||
JUMP_TO_LABEL(error);
|
||||
}
|
||||
res = PyStackRef_FromPyObjectSteal(res_o);
|
||||
}
|
||||
stack_pointer[0] = res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue