summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDavide Rizzo <sorcio@gmail.com>2024-05-04 21:41:47 (GMT)
committerGitHub <noreply@github.com>2024-05-04 21:41:47 (GMT)
commit08d169f14a715ceaae3d563ced2ff1633d009359 (patch)
tree2d7f24665ab85a8ae014d52573ce4b3d09a95fc3 /Misc
parent291cfa454b9c5b677c955aaf53fab91f0186b6fa (diff)
downloadcpython-08d169f14a715ceaae3d563ced2ff1633d009359.zip
cpython-08d169f14a715ceaae3d563ced2ff1633d009359.tar.gz
cpython-08d169f14a715ceaae3d563ced2ff1633d009359.tar.bz2
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-24-12-39-04.gh-issue-109617.YoI8TV.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-24-12-39-04.gh-issue-109617.YoI8TV.rst b/Misc/NEWS.d/next/Library/2023-10-24-12-39-04.gh-issue-109617.YoI8TV.rst
new file mode 100644
index 0000000..4fda69d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-10-24-12-39-04.gh-issue-109617.YoI8TV.rst
@@ -0,0 +1,2 @@
+:mod:`ncurses`: fixed a crash that could occur on macOS 13 or earlier when
+Python was built with Apple Xcode 15's SDK.