We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e318c30 commit 052972aCopy full SHA for 052972a
1 file changed
Doc/library/signal.rst
@@ -71,8 +71,7 @@ Besides, only the main thread of the main interpreter is allowed to set a new si
71
.. warning::
72
73
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.
+ within signal handlers. Doing so can lead to unexpected deadlocks.
76
77
78
Module contents
0 commit comments