8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887fcfd commit ac90628Copy full SHA for ac90628
Lib/asyncio/timeouts.py
@@ -82,7 +82,6 @@ async def __aexit__(
82
exc_val: Optional[BaseException],
83
83< 5666 /code>
exc_tb: Optional[TracebackType],
84
) -> Optional[bool]:
85
- # state is EXITED if not timed out previously
86
assert self._state in (_State.ENTERED, _State.CANCELLING)
87
88
if self._timeout_handler is not None:
0 commit comments