mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
parent
98620d87f2
commit
fc06999e0b
3 changed files with 4 additions and 4 deletions
|
@ -825,7 +825,7 @@ class PendingSignalsTests(unittest.TestCase):
|
|||
|
||||
# Unblock SIGUSR1
|
||||
try:
|
||||
# unblock the pending signal calls immediatly the signal handler
|
||||
# unblock the pending signal calls immediately the signal handler
|
||||
signal.pthread_sigmask(signal.SIG_UNBLOCK, [signum])
|
||||
except ZeroDivisionError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue