Home
last modified time | relevance | path

Searched refs:LimitOverrunError (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dexceptions.py47 class LimitOverrunError(Exception): class
Dstreams.py543 except exceptions.LimitOverrunError as e:
618 raise exceptions.LimitOverrunError(
635 raise exceptions.LimitOverrunError(
/external/python/cpython3/Doc/library/
Dasyncio-exceptions.rst69 .. exception:: LimitOverrunError
Dasyncio-stream.rst204 :exc:`LimitOverrunError` exception is raised, and the data
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_streams.py469 with self.assertRaisesRegex(asyncio.LimitOverrunError,
476 with self.assertRaisesRegex(asyncio.LimitOverrunError,
891 e = asyncio.LimitOverrunError('message', 10)
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst353 Make asyncio.IncompleteReadError and LimitOverrunError pickleable.
D3.7.0a3.rst582 Make asyncio.IncompleteReadError and LimitOverrunError pickleable.