]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46303: Fix fileutils.h compiler warnings (GH-30550)
authorVictor Stinner <vstinner@python.org>
Tue, 11 Jan 2022 23:35:26 +0000 (00:35 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 23:35:26 +0000 (00:35 +0100)
commit08bc1bad11cad39f508bd662c9b28fcd9c995512
treeec67f0676ed9efd59e954c9c3eb15ad97a8ae461
parent607d8a838f29ad3c4c4e85b39f338dade5f9cafe
bpo-46303: Fix fileutils.h compiler warnings (GH-30550)

Add missing pycore_fileutils.h include in _tkinter.c and
_testconsole.c.
Modules/_tkinter.c
PC/_testconsole.c