mirror of
https://github.com/python/cpython.git
synced 2025-08-26 11:45:20 +00:00
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:
parent
3a09986553
commit
1a082085ae
10 changed files with 23 additions and 20 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "opcode.h"
|
||||
|
||||
#include "pycore_code.h" // _PyCodeConstructor
|
||||
#include "pycore_function.h" // _PyFunction_ClearCodeByVersion()
|
||||
#include "pycore_hashtable.h" // _Py_hashtable_t
|
||||
#include "pycore_index_pool.h" // _PyIndexPool_Fini()
|
||||
#include "pycore_initconfig.h" // _PyStatus_OK()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue