1// NB used in `_PyEval_EvalFrameDefault`, maybe we remove this too. 2#[cfg(all(Py_3_11, not(PyPy)))] 3opaque_struct!(pub _PyInterpreterFrame);