Skip to content

bpo-46303: Fix _Py_stat() compiler warning in _tkinter.c#30550

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:fix_py_stat_warn
Jan 11, 2022
Merged

bpo-46303: Fix _Py_stat() compiler warning in _tkinter.c#30550
vstinner merged 1 commit intopython:mainfrom
vstinner:fix_py_stat_warn

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jan 11, 2022

Add missing pycore_fileutils.h include.

https://bugs.python.org/issue46303

@vstinner
Copy link
Copy Markdown
Member Author

Fix compiler warning introduced by ea1a545 and reported as https://bugs.python.org/issue46346

@vstinner vstinner requested a review from a team as a code owner January 11, 2022 23:08
Add missing pycore_fileutils.h include in _tkinter.c and
_testconsole.c.
@vstinner
Copy link
Copy Markdown
Member Author

x86 and x64 Windows CI say "0 warning".

@vstinner vstinner merged commit 08bc1ba into python:main Jan 11, 2022
@vstinner vstinner deleted the fix_py_stat_warn branch January 11, 2022 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants