Skip to content
Snippets Groups Projects
Commit 12ce9f26 authored by Damien George's avatar Damien George
Browse files

py/compile: Fix handling of unwinding BaseException in async with.

All exceptions that unwind through the async-with must be caught and
BaseException is the top-level class, which includes Exception and others.

Fixes issue #4552.
parent 823b31e5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment