mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
https://github.com/python/cpython/issues/81057
This commit is contained in:
parent
53d9cd95cd
commit
5eb28bca9f
6 changed files with 82 additions and 69 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue