mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)
Fix compiler warning:
warning C4013: '_PyErr_ChainExceptions1' undefined
This commit is contained in:
parent
bd58389cdd
commit
dd32611f4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue