summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-12-08 09:08:04 (GMT)
committerGitHub <noreply@github.com>2023-12-08 09:08:04 (GMT)
commit1eac0aab859516378b64552b44b543a0dfd373c2 (patch)
tree94570be43f1278728b8232e39c5db3a5f9ebd977 /Misc
parentcda169579944b1ff6f530c11b62c758cfc3e5ec3 (diff)
downloadcpython-1eac0aab859516378b64552b44b543a0dfd373c2.zip
cpython-1eac0aab859516378b64552b44b543a0dfd373c2.tar.gz
cpython-1eac0aab859516378b64552b44b543a0dfd373c2.tar.bz2
[3.11] gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (GH-112834) (#112852)
gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (GH-112834) Test test_stress_modifying_handlers in test_signal can crash the interpreter due to a bug in macOS. Filed as FB13453490 with Apple. (cherry picked from commit bf0beae6a05f3266606a21e22a4d803abbb8d731) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/macOS/2023-12-07-15-53-16.gh-issue-110017.UMYzMR.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2023-12-07-15-53-16.gh-issue-110017.UMYzMR.rst b/Misc/NEWS.d/next/macOS/2023-12-07-15-53-16.gh-issue-110017.UMYzMR.rst
new file mode 100644
index 0000000..eab1746
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2023-12-07-15-53-16.gh-issue-110017.UMYzMR.rst
@@ -0,0 +1,2 @@
+Disable a signal handling stress test on macOS due to a bug in macOS
+(FB13453490).