bundles / IPython 9.10.0 / IPython / utils / _process_common / read_no_interrupt
function
IPython.utils._process_common:read_no_interrupt
Signature
def read_no_interrupt ( stream : IO[Any] ) → bytes Summary
Read from a pipe ignoring EINTR errors.
Extended Summary
This is necessary because when reading from pipes with GUI event loops running in the background, often interrupts are raised that stop the command from completing.
Aliases
-
IPython.utils._process_common.read_no_interrupt