Skip to content

Commit a73a260

Browse files
Update Lib/test/test_contextlib_async.py
1 parent ddeb08d commit a73a260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_contextlib_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def __exit__(self, *exc_details):
546546
exit_stack = SyncAsyncExitStack
547547
callback_error_internal_frames = [
548548
('__exit__', 'return _run_async_fn(self.__aexit__, *exc_details)'),
549-
('_run_async_fn', 'gen.send(None)'),
549+
('_run_async_fn', 'coro.send(None)'),
550550
('__aexit__', 'raise exc'),
551551
('__aexit__', 'cb_suppress = cb(*exc_details)'),
552552
]

0 commit comments

Comments
 (0)