Skip to content

Commit

Permalink
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)
Browse files Browse the repository at this point in the history
Fix compiler warning:

    warning C4013: '_PyErr_ChainExceptions1' undefined
  • Loading branch information
vstinner committed Aug 31, 2023
1 parent bd58389 commit dd32611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/_io/winconsoleio.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "Python.h"
#include "pycore_fileutils.h" // _Py_BEGIN_SUPPRESS_IPH
#include "pycore_object.h" // _PyObject_GC_UNTRACK()
#include "pycore_pyerrors.h" // _PyErr_ChainExceptions1()

#ifdef HAVE_WINDOWS_CONSOLE_IO

Expand Down

0 comments on commit dd32611

Please sign in to comment.