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