summaryrefslogtreecommitdiffstats
path: root/Objects/funcobject.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-06-22 15:27:35 (GMT)
committerGitHub <noreply@github.com>2020-06-22 15:27:35 (GMT)
commit384621c42f9102e31ba2c47feba144af09c989e5 (patch)
tree07a92a8cdeb0234d18c392d503780255ccca81ad /Objects/funcobject.c
parent9e27bc0c1efc7478872f98729f87886e9333548f (diff)
downloadcpython-384621c42f9102e31ba2c47feba144af09c989e5.zip
cpython-384621c42f9102e31ba2c47feba144af09c989e5.tar.gz
cpython-384621c42f9102e31ba2c47feba144af09c989e5.tar.bz2
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Diffstat (limited to 'Objects/funcobject.c')
-rw-r--r--Objects/funcobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/funcobject.c b/Objects/funcobject.c
index bd24f67..09a1886 100644
--- a/Objects/funcobject.c
+++ b/Objects/funcobject.c
@@ -3,7 +3,6 @@
#include "Python.h"
#include "pycore_object.h"
-#include "pycore_tupleobject.h"
#include "code.h"
#include "structmember.h" // PyMemberDef