aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-15 02:04:42 +0200
committerGitHub <noreply@github.com>2020-04-15 02:04:42 +0200
commit62183b8d6d49e59c6a98bbdaa65b7ea1415abb7f (patch)
tree6fe82dd9494ae4de5041b16e18816973904d110b /Python/ceval.c
parentbpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425) (diff)
downloadcpython-62183b8d6d49e59c6a98bbdaa65b7ea1415abb7f.tar.gz
cpython-62183b8d6d49e59c6a98bbdaa65b7ea1415abb7f.tar.bz2
cpython-62183b8d6d49e59c6a98bbdaa65b7ea1415abb7f.zip
bpo-40268: Remove explicit pythread.h includes (#19529)
Remove explicit pythread.h includes: it is always included by Python.h.
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index 505f05cadd1..5e543567193 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -240,7 +240,6 @@ UNSIGNAL_ASYNC_EXC(PyInterpreterState *interp)
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
-#include "pythread.h"
#include "ceval_gil.h"
static void