pyo3_ffi/
pytypedefs.rs

1// TODO: Created this file as part of fixing pyframe.rs and cpython/pyframe.rs
2// TODO: Finish defining or moving declarations now in Include/pytypedefs.h
3
4opaque_struct!(pub PyFrameObject);
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here