aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-15 02:57:50 +0200
committerGitHub <noreply@github.com>2020-04-15 02:57:50 +0200
commitd9ea5cae1d07e1ee8b03540a9367c26205e0e360 (patch)
tree9f2b13f562839a98ba106d9229e44323db9bf0d7 /Objects/sliceobject.c
parentbpo-40268: Remove unused structmember.h includes (GH-19530) (diff)
downloadcpython-d9ea5cae1d07e1ee8b03540a9367c26205e0e360.tar.gz
cpython-d9ea5cae1d07e1ee8b03540a9367c26205e0e360.tar.bz2
cpython-d9ea5cae1d07e1ee8b03540a9367c26205e0e360.zip
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Diffstat (limited to 'Objects/sliceobject.c')
-rw-r--r--Objects/sliceobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/sliceobject.c b/Objects/sliceobject.c
index 6093b3bd15..391711f711 100644
--- a/Objects/sliceobject.c
+++ b/Objects/sliceobject.c
@@ -16,7 +16,6 @@ this type and there is exactly one in existence.
#include "Python.h"
#include "pycore_abstract.h" // _PyIndex_Check()
#include "pycore_object.h"
-#include "pycore_pymem.h"
#include "structmember.h" // PyMemberDef
static PyObject *