summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2022-12-12 23:50:19 (GMT)
committerGitHub <noreply@github.com>2022-12-12 23:50:19 (GMT)
commit5eb28bca9fc963607189e3b3e1403f341dbf640a (patch)
tree1792f79a0b49dd91a5193bba68f427a0410341fa /Python
parent53d9cd95cd91f1a291a3923acb95e0e86942291a (diff)
downloadcpython-5eb28bca9fc963607189e3b3e1403f341dbf640a.zip
cpython-5eb28bca9fc963607189e3b3e1403f341dbf640a.tar.gz
cpython-5eb28bca9fc963607189e3b3e1403f341dbf640a.tar.bz2
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
https://github.com/python/cpython/issues/81057
Diffstat (limited to 'Python')
-rw-r--r--Python/pylifecycle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c
index e13660f..1cb0e4d 100644
--- a/Python/pylifecycle.c
+++ b/Python/pylifecycle.c
@@ -54,7 +54,6 @@ extern void _PyIO_Fini(void);
#ifdef MS_WINDOWS
# undef BYTE
-# include "windows.h"
extern PyTypeObject PyWindowsConsoleIO_Type;
# define PyWindowsConsoleIO_Check(op) \