Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dstreams.py39 class LimitOverrunError(Exception): class
499 except LimitOverrunError as e:
574 raise LimitOverrunError(
591 raise LimitOverrunError(
/external/python/cpython3/Doc/library/
Dasyncio-exceptions.rst83 .. exception:: LimitOverrunError
Dasyncio-stream.rst202 :exc:`LimitOverrunError` exception is raised, and the data
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_streams.py452 with self.assertRaisesRegex(asyncio.LimitOverrunError,
459 with self.assertRaisesRegex(asyncio.LimitOverrunError,
856 e = asyncio.LimitOverrunError('message', 10)
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst356 Make asyncio.IncompleteReadError and LimitOverrunError pickleable.
D3.7.0a3.rst586 Make asyncio.IncompleteReadError and LimitOverrunError pickleable.