-
- Downloads
py/compile: Fix async-for/async-with to work with simpler exc on stack.
There is now just the exception instance on the stack when an exception is raised, not the full (type, exc, traceback).
Showing
- py/compile.c 16 additions, 6 deletionspy/compile.c
- tests/basics/async_with.py 11 additions, 1 deletiontests/basics/async_with.py
- tests/basics/async_with.py.exp 4 additions, 1 deletiontests/basics/async_with.py.exp
- tests/basics/async_with2.py 1 addition, 1 deletiontests/basics/async_with2.py
- tests/basics/async_with2.py.exp 1 addition, 1 deletiontests/basics/async_with2.py.exp
Loading
Please register or sign in to comment