diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2023-12-26 09:05:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-26 09:05:48 (GMT) |
commit | 0eea5c04b8759b6b1aeed25c140c023933264228 (patch) | |
tree | 9be5856415747b0b5791c721f8078be2a95f2b1f /Misc | |
parent | 4b358d754cf572cc3104fd92416a762a90055477 (diff) | |
download | cpython-0eea5c04b8759b6b1aeed25c140c023933264228.zip cpython-0eea5c04b8759b6b1aeed25c140c023933264228.tar.gz cpython-0eea5c04b8759b6b1aeed25c140c023933264228.tar.bz2 |
[3.11] gh-101778: Fix build error when there's a dangling symlink in the directory containing "ffi.h" (#113466)
gh-101778: Fix build error when there's a dangling symlink in the directory containing "ffi.h"
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2023-12-25-10-06-59.gh-issue-101778.JfhRkx.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-12-25-10-06-59.gh-issue-101778.JfhRkx.rst b/Misc/NEWS.d/next/Build/2023-12-25-10-06-59.gh-issue-101778.JfhRkx.rst new file mode 100644 index 0000000..3763e84 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2023-12-25-10-06-59.gh-issue-101778.JfhRkx.rst @@ -0,0 +1,2 @@ +Fix build error when there's a dangling symlink in the directory containing +``ffi.h``. |