summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Klausner <tk@giga.or.at>2022-01-18 20:38:35 (GMT)
committerGitHub <noreply@github.com>2022-01-18 20:38:35 (GMT)
commit60ceedbdd5b5fb22803039a59954798d931f659a (patch)
tree0bed8e690a78c2b816fe26d6f7902eb2e15ad0e0 /Misc
parent65940fa5c12a4b4a0650c7845044ffd63b94e227 (diff)
downloadcpython-60ceedbdd5b5fb22803039a59954798d931f659a.zip
cpython-60ceedbdd5b5fb22803039a59954798d931f659a.tar.gz
cpython-60ceedbdd5b5fb22803039a59954798d931f659a.tar.bz2
bpo-46045: Do not use POSIX semaphores on NetBSD (GH-30047)
This fixes hanging tests test_compileall,, test_multiprocessing_fork and test_concurrent_futures.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-12-11-11-36-48.bpo-46045.sfThay.rst1
1 files changed, 1 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