Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7adb1c4

Browse files
committed
fix Lib/test/test_contextlib_async.py
1 parent ede88da commit 7adb1c4

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
@@ -545,7 +545,7 @@ def __exit__(self, *exc_details):
545545
('__exit__', 'return self.run_coroutine(self.__aexit__(*exc_details))'),
546546
('run_coroutine', 'raise exc'),
547547
('run_coroutine', 'raise exc'),
548-
('__aexit__', 'raise exc_details[1]'),
548+
('__aexit__', 'raise exc'),
549549
('__aexit__', 'cb_suppress = cb(*exc_details)'),
550550
]
551551

0 commit comments

Comments
 (0)