This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0988b14cd6
micropython
/
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 17:56:15 +03: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-28 04:52:13 +03:00
exit None None
tests: Add .exp files for async tests, so they can run with Python 3.4.
2016-04-13 17:56:15 +03: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-28 04:52:13 +03:00
enter
tests: Improve test coverage of py/compile.c.
2016-10-11 04:30:32 +03: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-28 04:52:13 +03:00
exit <class 'ValueError'> error
ValueError
Reference in New Issue
Copy Permalink