Message413796
| 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:22 | vstinner | set | recipients:
+ vstinner |
| 2022年02月23日 15:05:22 | vstinner | set | messageid: <1645628722.72.0.954928381193.issue46836@roundup.psfhosted.org> |
| 2022年02月23日 15:05:22 | vstinner | link | issue46836 messages |
| 2022年02月23日 15:05:22 | vstinner | create |
|