| 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 | |
| 4 | opaque_struct!(PyCodeObject); |
| 5 |
| 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 | |
| 4 | opaque_struct!(PyCodeObject); |
| 5 |