mirror of
https://github.com/python/cpython.git
synced 2024-12-03 06:46:01 +08: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
@ -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…
Reference in New Issue
Block a user