diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-12-08 09:08:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 09:08:04 (GMT) |
commit | 1eac0aab859516378b64552b44b543a0dfd373c2 (patch) | |
tree | 94570be43f1278728b8232e39c5db3a5f9ebd977 /Misc | |
parent | cda169579944b1ff6f530c11b62c758cfc3e5ec3 (diff) | |
download | cpython-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.rst | 2 |
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). |