summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2023-12-26 09:05:48 (GMT)
committerGitHub <noreply@github.com>2023-12-26 09:05:48 (GMT)
commit0eea5c04b8759b6b1aeed25c140c023933264228 (patch)
tree9be5856415747b0b5791c721f8078be2a95f2b1f /Misc
parent4b358d754cf572cc3104fd92416a762a90055477 (diff)
downloadcpython-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.rst2
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``.