]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (#123981)
authorMalcolm Smith <smith@chaquo.com>
Thu, 12 Sep 2024 05:52:07 +0000 (06:52 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2024 05:52:07 +0000 (13:52 +0800)
commit43303e362e3a7e2d96747d881021a14c7f7e3d0b
tree5bb2b54f0d68529c0f77d5cd0a5e35259960bb2c
parentba687d9481c04fd160795ff8d8568f5c9f877128
gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (#123981)

Use SIGUSR1 instead of SIGUSR2 to improve reliability of signal stress test on Android.
Android/testbed/app/src/main/python/main.py
Lib/test/test_signal.py