mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
GH-108866: Guarantee forward progress in executors. (GH-113006)
This commit is contained in:
parent
9898e61041
commit
956023826a
7 changed files with 19 additions and 21 deletions
|
@ -24,7 +24,7 @@ typedef struct {
|
|||
_PyUOpInstruction trace[1];
|
||||
} _PyUOpExecutorObject;
|
||||
|
||||
_PyInterpreterFrame *_PyUOpExecute(
|
||||
_Py_CODEUNIT *_PyUOpExecute(
|
||||
_PyExecutorObject *executor,
|
||||
_PyInterpreterFrame *frame,
|
||||
PyObject **stack_pointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue