You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpo-29922: Add more tests for error messages in 'async with'. (pythonGH-6370)
Different paths are executed for normal exit and for leaving
the 'async with' block with 'break', 'continue' or 'return'.
(cherry picked from commit 2eeac26)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
0 commit comments