X Tutup
The Wayback Machine - https://web.archive.org/web/20221223085303/https://github.com/python/cpython/pull/30550
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Jan 11, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jan 11, 2022

Add missing pycore_fileutils.h include.

https://bugs.python.org/issue46303

@vstinner
Copy link
Member Author

vstinner commented Jan 11, 2022

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 Jan 11, 2022
Add missing pycore_fileutils.h include in _tkinter.c and
_testconsole.c.
@vstinner
Copy link
Member Author

vstinner commented Jan 11, 2022

x86 and x64 Windows CI say "0 warning".

@vstinner vstinner merged commit 08bc1ba into python:main Jan 11, 2022
11 checks passed
@vstinner vstinner deleted the fix_py_stat_warn branch Jan 11, 2022
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.

None yet

3 participants
X Tutup