aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Objects/codeobject.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2025-03-21 17:44:10 +0100
committerGitHub <noreply@github.com>2025-03-21 16:44:10 +0000
commit1a082085ae3e3eb62fd8bfadbea3f1f526b551f6 (patch)
tree14d49d94acaf1e1eb836bd4a9f3605ade3d5ee29 /Objects/codeobject.c
parent3a09986553dd7778cae43d552c9006a30973ce3a (diff)
downloadcpython-1a082085ae3e3eb62fd8bfadbea3f1f526b551f6.tar.gz
cpython-1a082085ae3e3eb62fd8bfadbea3f1f526b551f6.zip
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Remove also pycore_function.h from pycore_typeobject.h.
Diffstat (limited to 'Objects/codeobject.c')
-rw-r--r--Objects/codeobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/codeobject.c b/Objects/codeobject.c
index 635da094e37..33505b40a73 100644
--- a/Objects/codeobject.c
+++ b/Objects/codeobject.c
@@ -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()