Skip to content

[3.10] bpo-46303: Fix build error on "struct stat" on Windows#30528

Closed
vstinner wants to merge 1 commit intopython:3.10from
vstinner:struct_stat
Closed

[3.10] bpo-46303: Fix build error on "struct stat" on Windows#30528
vstinner wants to merge 1 commit intopython:3.10from
vstinner:struct_stat

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jan 11, 2022

Fix build error when including the main Python.h header file
if "struct stat" is not defined. This structure is used by
fileutils.h.

https://bugs.python.org/issue46303

Fix build error when including the main Python.h header file
if "struct stat" is not defined. This structure is used by
fileutils.h.
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