Skip to content

Commit 052972a

Browse files
authored
Review feedback
1 parent e318c30 commit 052972a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/signal.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ Besides, only the main thread of the main interpreter is allowed to set a new si
7171
.. warning::
7272

7373
Synchronization primitives such as :class:`threading.Lock` should not be used
74-
within signal handlers. Because blocking synchronization calls can be
75-
interrupted by signals, such usage can lead to surprising dead locks.
74+
within signal handlers. Doing so can lead to unexpected deadlocks.
7675

7776

7877
Module contents

0 commit comments

Comments
 (0)