]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Sep 2024 17:21:26 +0000 (19:21 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 17:21:26 +0000 (10:21 -0700)
commit7c9bbaaaa3c959d44b72419a825d34b75b7823fd
treee26966315baa1e34c18106d20f8d0a87d5f4af8f
parent87f51a2609b05bbf988626d8f7489958079e6303
[3.13] gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (GH-123981) (#123988)

gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (GH-123981)

Use SIGUSR1 instead of SIGUSR2 to improve reliability of signal stress test on Android.
(cherry picked from commit 43303e362e3a7e2d96747d881021a14c7f7e3d0b)

Co-authored-by: Malcolm Smith <smith@chaquo.com>
Android/testbed/app/src/main/python/main.py
Lib/test/test_signal.py