Skip to content

Commit dd32611

Browse files
authored
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)
Fix compiler warning: warning C4013: '_PyErr_ChainExceptions1' undefined
1 parent bd58389 commit dd32611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_io/winconsoleio.c

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "Python.h"
1010
#include "pycore_fileutils.h" // _Py_BEGIN_SUPPRESS_IPH
1111
#include "pycore_object.h" // _PyObject_GC_UNTRACK()
12+
#include "pycore_pyerrors.h" // _PyErr_ChainExceptions1()
1213

1314
#ifdef HAVE_WINDOWS_CONSOLE_IO
1415

0 commit comments

Comments
 (0)