summaryrefslogtreecommitdiffstats
path: root/Python/pylifecycle.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-15 00:04:42 (GMT)
committerGitHub <noreply@github.com>2020-04-15 00:04:42 (GMT)
commit62183b8d6d49e59c6a98bbdaa65b7ea1415abb7f (patch)
tree6fe82dd9494ae4de5041b16e18816973904d110b /Python/pylifecycle.c
parentd01628e411752ee6849f862cae66a1c69fe512b7 (diff)
downloadcpython-62183b8d6d49e59c6a98bbdaa65b7ea1415abb7f.zip
cpython-62183b8d6d49e59c6a98bbdaa65b7ea1415abb7f.tar.gz
cpython-62183b8d6d49e59c6a98bbdaa65b7ea1415abb7f.tar.bz2
bpo-40268: Remove explicit pythread.h includes (#19529)
Remove explicit pythread.h includes: it is always included by Python.h.
Diffstat (limited to 'Python/pylifecycle.c')
-rw-r--r--Python/pylifecycle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c
index 754e762..974b425 100644
--- a/Python/pylifecycle.c
+++ b/Python/pylifecycle.c
@@ -2350,8 +2350,6 @@ Py_ExitStatusException(PyStatus status)
/* Clean up and exit */
-# include "pythread.h"
-
/* For the atexit module. */
void _Py_PyAtExit(void (*func)(PyObject *), PyObject *module)
{