Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Dexceptions.py47 class LimitOverrunError(Exception): class
Dstreams.py528 except exceptions.LimitOverrunError as e:
603 raise exceptions.LimitOverrunError(
620 raise exceptions.LimitOverrunError(
/third_party/python/Doc/library/
Dasyncio-exceptions.rst69 .. exception:: LimitOverrunError
Dasyncio-stream.rst226 :exc:`LimitOverrunError` exception is raised, and the data
/third_party/python/Lib/test/test_asyncio/
Dtest_streams.py456 with self.assertRaisesRegex(asyncio.LimitOverrunError,
463 with self.assertRaisesRegex(asyncio.LimitOverrunError,
900 e = asyncio.LimitOverrunError('message', 10)
/third_party/python/Misc/NEWS.d/
D3.6.4rc1.rst353 Make asyncio.IncompleteReadError and LimitOverrunError pickleable.
D3.7.0a3.rst582 Make asyncio.IncompleteReadError and LimitOverrunError pickleable.