| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
@StanFromIreland In general, if the PR amends a previous PR, we can reuse the issue number of that PR (if there is one). |
Sorry, something went wrong.
|
I was considering that, I hesitated for a few minutes before applying the label... My reasoning was, the issue was quite broad and would not add much, but I guess it is good to do so anyway. I will do so in the future! |
Sorry, something went wrong.
|
For such PRs I usually add "post GH-*" in the title so that one can click on it as well. |
Sorry, something went wrong.
…pythonGH-108854 (pythonGH-136027) (cherry picked from commit 0141e7f) Co-authored-by: Lee Dogeon <dev.moreal@gmail.com>
|
GH-136043 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
…pythonGH-108854 (pythonGH-136027) (cherry picked from commit 0141e7f) Co-authored-by: Lee Dogeon <dev.moreal@gmail.com>
|
GH-136044 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request only fixes a typo in the _stat.c file.
Since #108854, the definitions of S_ISDIR(), S_ISREG() and S_ISCHR(), as well as the part that includes sys/stat.h, have moved from Include/pyport.h to Include/fileutils.h. However the comment in Modules/_stat.c still refers to Include/pyport.h so this pull request fixes it.
As note, I didn't create and add an issue number because I think it is a trivial change. In the same context, I didn't think it was necessary to add NEWS as well.