FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-108765: Move stat() fiddling from pyport.h to fileutils.h by vstinner · Pull Request #108854 · python/cpython · GitHub

/ cpython Public

gh-108765: Move stat() fiddling from pyport.h to fileutils.h - #108854

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:stat_fiddling
Sep 3, 2023
Merged

gh-108765: Move stat() fiddling from pyport.h to fileutils.h#108854
vstinner merged 1 commit into
python:mainfrom
vstinner:stat_fiddling

Conversation

vstinner commented Sep 3, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

vstinner commented Sep 3, 2023

Copy link
Copy Markdown
Member Author

This change is safe. It does not change any API, it only moves code from pyport.h to fileutils.h, but both header files are included by Python.h (which is the only header which must be included).

vstinner enabled auto-merge (squash) September 3, 2023 21:14
vstinner merged commit c2ec174 into python:main Sep 3, 2023
vstinner deleted the stat_fiddling branch September 3, 2023 21:32
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 27, 2025
…pythonGH-108854 (pythonGH-136027)

(cherry picked from commit 0141e7f)

Co-authored-by: Lee Dogeon <dev.moreal@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 27, 2025
…pythonGH-108854 (pythonGH-136027)

(cherry picked from commit 0141e7f)

Co-authored-by: Lee Dogeon <dev.moreal@gmail.com>
picnixz pushed a commit that referenced this pull request Jun 27, 2025
GH-108854 (GH-136027) (#136044)

gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (GH-136027)
(cherry picked from commit 0141e7f)

Co-authored-by: Lee Dogeon <dev.moreal@gmail.com>
picnixz pushed a commit that referenced this pull request Jun 27, 2025
GH-108854 (GH-136027) (#136043)

gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (GH-136027)
(cherry picked from commit 0141e7f)

Co-authored-by: Lee Dogeon <dev.moreal@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL