diff options
author | Damien George <damien.p.george@gmail.com> | 2019-02-26 13:47:14 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-02-26 23:52:10 +1100 |
commit | 12ce9f268909435b49f558d1d3c15ad7591d6fe8 (patch) | |
tree | 0e962e3d6d40eba1d34cdb7d6c88ea73ab1f6e02 /py/objobject.c | |
parent | 823b31e5287ee96c96620dac81cfeafc889a69fd (diff) |
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.
Diffstat (limited to 'py/objobject.c')
0 files changed, 0 insertions, 0 deletions