gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)

Remove also pycore_function.h from pycore_typeobject.h.
This commit is contained in:
Victor Stinner 2025-03-21 17:44:10 +01:00 committed by GitHub
parent 3a09986553
commit 1a082085ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 23 additions and 20 deletions

View file

@ -10,8 +10,9 @@
#endif
#include "pycore_code.h" // _PyCode_CODE()
#include "pycore_structs.h" // _PyStackRef
#include "pycore_stackref.h" // PyStackRef_AsPyObjectBorrow()
#include "pycore_stats.h" // CALL_STAT_INC()
#include "pycore_structs.h" // _PyStackRef
#include "pycore_typedefs.h" // _PyInterpreterFrame