diff options
author | Dong-hee Na <donghee.na@python.org> | 2023-05-05 03:27:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 03:27:25 (GMT) |
commit | e5b8b19d99861c73ab76ee0175a685acf6082d7e (patch) | |
tree | b657f9cf1205d7062a6a0dc5158faebd93333a87 /Misc | |
parent | ce871fdc3a02e8441ad73b13f9fced308a9d9ad1 (diff) | |
download | cpython-e5b8b19d99861c73ab76ee0175a685acf6082d7e.zip cpython-e5b8b19d99861c73ab76ee0175a685acf6082d7e.tar.gz cpython-e5b8b19d99861c73ab76ee0175a685acf6082d7e.tar.bz2 |
gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2023-05-04-10-56-14.gh-issue-104106.-W9BJS.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-05-04-10-56-14.gh-issue-104106.-W9BJS.rst b/Misc/NEWS.d/next/Build/2023-05-04-10-56-14.gh-issue-104106.-W9BJS.rst new file mode 100644 index 0000000..900e5bd --- /dev/null +++ b/Misc/NEWS.d/next/Build/2023-05-04-10-56-14.gh-issue-104106.-W9BJS.rst @@ -0,0 +1 @@ +Add gcc fallback of mkfifoat/mknodat for macOS. Patch by Dong-hee Na. |