HomeSort by relevance Sort by last modified time
    Searched refs:_FATAL_ERROR_IGNORE (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Lib/asyncio/
sslproto.py 699 if isinstance(exc, base_events._FATAL_ERROR_IGNORE):
proactor_events.py 99 if isinstance(exc, base_events._FATAL_ERROR_IGNORE):
selector_events.py 660 if isinstance(exc, base_events._FATAL_ERROR_IGNORE):
    [all...]
unix_events.py 720 if isinstance(exc, base_events._FATAL_ERROR_IGNORE):
    [all...]
base_events.py 61 _FATAL_ERROR_IGNORE = (BrokenPipeError,
    [all...]

Completed in 540 milliseconds