STINNER Victor <vstin...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46836>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to