mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
GH-118095: Handle RETURN_GENERATOR
in tier 2 (GH-118180)
This commit is contained in:
parent
10bb90ed49
commit
f180b31e76
16 changed files with 143 additions and 81 deletions
|
@ -182,7 +182,7 @@ static inline void _Py_LeaveRecursiveCall(void) {
|
|||
|
||||
extern struct _PyInterpreterFrame* _PyEval_GetFrame(void);
|
||||
|
||||
extern PyObject* _Py_MakeCoro(PyFunctionObject *func);
|
||||
PyAPI_FUNC(PyObject *)_Py_MakeCoro(PyFunctionObject *func);
|
||||
|
||||
/* Handle signals, pending calls, GIL drop request
|
||||
and asynchronous exception */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue