]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)
authorVictor Stinner <vstinner@python.org>
Thu, 31 Aug 2023 14:13:53 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2023 14:13:53 +0000 (14:13 +0000)
commitdd32611f4f1cff4a79135f322972dfbfaebf5d6e
treec6ba4303160c67fc55d060c78b049bfe9d6fce29
parentbd58389cddb0d9f294ba4468ae990014660e23d4
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)

Fix compiler warning:

    warning C4013: '_PyErr_ChainExceptions1' undefined
Modules/_io/winconsoleio.c