gh-131238: Add pycore_interpframe_structs.h header (#131553)

Add an explicit include to pycore_interpframe_structs.h in
pycore_runtime_structs.h to fix a dependency cycle.
This commit is contained in:
Victor Stinner 2025-03-21 18:19:47 +01:00 committed by GitHub
parent 1a082085ae
commit 61317074d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 99 additions and 81 deletions

View file

@ -1,8 +1,6 @@
/* Python interpreter top-level routines, including init/exit */
#include "Python.h"
#include "pycore_genobject.h" // included first to break dependency cycle
#include "pycore_audit.h" // _PySys_ClearAuditHooks()
#include "pycore_call.h" // _PyObject_CallMethod()
#include "pycore_ceval.h" // _PyEval_FiniGIL()