summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Klausner <tk@giga.or.at>2022-04-18 09:12:39 (GMT)
committerGitHub <noreply@github.com>2022-04-18 09:12:39 (GMT)
commit2e7e3c4c109928870c1e33d8af36b78e92895594 (patch)
tree6167457c43e8bbd98d8ce4b40bd983296ce98946 /Misc
parent804ea2da97af68366cdeceb30d3987f6d9f3e797 (diff)
downloadcpython-2e7e3c4c109928870c1e33d8af36b78e92895594.zip
cpython-2e7e3c4c109928870c1e33d8af36b78e92895594.tar.gz
cpython-2e7e3c4c109928870c1e33d8af36b78e92895594.tar.bz2
bpo-46053: Fix OSS audio support on NetBSD (GH-30065)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-12-11-11-36-48.bpo-46045.sfThay.rst1
-rw-r--r--Misc/NEWS.d/next/Library/2022-02-06-12-59-32.bpo-46053.sHFo3S.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-12-11-11-36-48.bpo-46045.sfThay.rst b/Misc/NEWS.d/next/Core and Builtins/2021-12-11-11-36-48.bpo-46045.sfThay.rst
new file mode 100644
index 0000000..97fd188
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-12-11-11-36-48.bpo-46045.sfThay.rst
@@ -0,0 +1 @@
+Do not use POSIX semaphores on NetBSD
diff --git a/Misc/NEWS.d/next/Library/2022-02-06-12-59-32.bpo-46053.sHFo3S.rst b/Misc/NEWS.d/next/Library/2022-02-06-12-59-32.bpo-46053.sHFo3S.rst
new file mode 100644
index 0000000..ce37588
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-02-06-12-59-32.bpo-46053.sHFo3S.rst
@@ -0,0 +1 @@
+Fix OSS audio support on NetBSD.