This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f76ff1eb69
circuitpython
/
tests
/
basics
/
async_with.py.exp
9 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: Add .exp files for async tests, so they can run with Python 3.4.
2016-04-13 10:56:15 -04:00
enter
body
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).
2016-09-27 21:52:13 -04:00
exit None None
tests: Add .exp files for async tests, so they can run with Python 3.4.
2016-04-13 10:56:15 -04:00
finished
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).
2016-09-27 21:52:13 -04:00
enter
tests: Improve test coverage of py/compile.c.
2016-10-10 21:30:32 -04:00
1
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).
2016-09-27 21:52:13 -04:00
exit <class 'ValueError'> error
ValueError