pyo3/pyo3-ffi/src/code.rs

5 lines
186 B
Rust

// This header doesn't exist in CPython, but Include/cpython/code.h does. We add
// this here so that PyCodeObject has a definition under the limited API.
opaque_struct!(PyCodeObject);