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 Mark.Shannon, corona10, erlendaasland, petr.viktorin, scoder, vstinner
Date 2022-02-24.15:43:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645717434.13.0.161803534054.issue46836@roundup.psfhosted.org>
In-reply-to
Content
> PyAPI_FUNC(PyObject *) _PyEval_EvalFrameDefault(PyThreadState *tstate, struct _interpreter_frame *f, int exc);

I created bpo-46850 "[C API] Move _PyEval_EvalFrameDefault() to the internal C API" for this issue.
History
Date User Action Args
2022-02-24 15:43:54vstinnersetrecipients: + vstinner, scoder, petr.viktorin, Mark.Shannon, corona10, erlendaasland
2022-02-24 15:43:54vstinnersetmessageid: <1645717434.13.0.161803534054.issue46836@roundup.psfhosted.org>
2022-02-24 15:43:54vstinnerlinkissue46836 messages
2022-02-24 15:43:54vstinnercreate