summaryrefslogtreecommitdiffstats
path: root/Objects/funcobject.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-15 00:57:50 (GMT)
committerGitHub <noreply@github.com>2020-04-15 00:57:50 (GMT)
commitd9ea5cae1d07e1ee8b03540a9367c26205e0e360 (patch)
tree9f2b13f562839a98ba106d9229e44323db9bf0d7 /Objects/funcobject.c
parent4a21e57fe55076c77b0ee454e1994ca544d09dc0 (diff)
downloadcpython-d9ea5cae1d07e1ee8b03540a9367c26205e0e360.zip
cpython-d9ea5cae1d07e1ee8b03540a9367c26205e0e360.tar.gz
cpython-d9ea5cae1d07e1ee8b03540a9367c26205e0e360.tar.bz2
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
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 750c7ae..bd24f67 100644
--- a/Objects/funcobject.c
+++ b/Objects/funcobject.c
@@ -3,7 +3,6 @@
#include "Python.h"
#include "pycore_object.h"
-#include "pycore_pymem.h"
#include "pycore_tupleobject.h"
#include "code.h"
#include "structmember.h" // PyMemberDef