We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd58389 commit dd32611Copy full SHA for dd32611
Modules/_io/winconsoleio.c
@@ -9,6 +9,7 @@
9
#include "Python.h"
10
#include "pycore_fileutils.h" // _Py_BEGIN_SUPPRESS_IPH
11
#include "pycore_object.h" // _PyObject_GC_UNTRACK()
12
+#include "pycore_pyerrors.h" // _PyErr_ChainExceptions1()
13
14
#ifdef HAVE_WINDOWS_CONSOLE_IO
15
0 commit comments