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 21cc735 commit 3684c03Copy full SHA for 3684c03
Doc/library/signal.rst
@@ -71,7 +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` must not be shared
74
- between between signal handlers and other threads.
+ between signal handlers and other threads.
75
Because blocking synchronization calls can be interrupted by signals,
76
such sharing can lead to surprising dead locks.
77
0 commit comments