File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1473,17 +1473,6 @@ object -- see :ref:`multiprocessing-managers`.
1473
1473
On macOS, ``sem_timedwait `` is unsupported, so calling ``acquire() `` with
1474
1474
a timeout will emulate that function's behavior using a sleeping loop.
1475
1475
1476
- .. note ::
1477
-
1478
- If the SIGINT signal generated by :kbd: `Ctrl - C ` arrives while the main thread is
1479
- blocked by a call to :meth: `BoundedSemaphore.acquire `, :meth: `Lock.acquire `,
1480
- :meth: `RLock.acquire `, :meth: `Semaphore.acquire `, :meth: `Condition.acquire `
1481
- or :meth: `Condition.wait ` then the call will be immediately interrupted and
1482
- :exc: `KeyboardInterrupt ` will be raised.
1483
-
1484
- This differs from the behaviour of :mod: `threading ` where SIGINT will be
1485
- ignored while the equivalent blocking calls are in progress.
1486
-
1487
1476
.. note ::
1488
1477
1489
1478
Some of this package's functionality requires a functioning shared semaphore
You can’t perform that action at this time.
0 commit comments