Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd32611

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

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎Modules/_io/winconsoleio.c

Copy file name to clipboardExpand all lines: Modules/_io/winconsoleio.c
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.