This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2022-02-23.15:05:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645628722.72.0.954928381193.issue46836@roundup.psfhosted.org>
In-reply-to
Content
By the way, Include/cpython/ceval.h uses the "struct _interpreter_frame*" type whereas this type is part of the internal C API:

PyAPI_FUNC(PyObject *) _PyEval_EvalFrameDefault(PyThreadState *tstate, struct _interpreter_frame *f, int exc);

Maybe we should move this defintion to the internal C API pycore_ceval.h.
History
Date User Action Args
2022-02-23 15:05:22vstinnersetrecipients: + vstinner
2022-02-23 15:05:22vstinnersetmessageid: <1645628722.72.0.954928381193.issue46836@roundup.psfhosted.org>
2022-02-23 15:05:22vstinnerlinkissue46836 messages
2022-02-23 15:05:22vstinnercreate