GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)

This commit is contained in:
Mark Shannon 2022-08-24 14:21:01 +01:00 committed by GitHub
parent 4de06e3cc0
commit a4a9f2e879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1005 additions and 985 deletions

View file

@ -133,6 +133,9 @@ extern struct _PyInterpreterFrame* _PyEval_GetFrame(void);
extern PyObject* _Py_MakeCoro(PyFunctionObject *func);
extern int _Py_HandlePending(PyThreadState *tstate);
#ifdef __cplusplus
}
#endif