This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
503089ea9d
micropython
/
tests
/
basics
/
async_with.py.exp
8 lines
84 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 15:56:15 +01: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 02:52:13 +01:00
exit None None
tests: Add .exp files for async tests, so they can run with Python 3.4.
2016-04-13 15:56:15 +01: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 02:52:13 +01:00
enter
exit <class 'ValueError'> error
ValueError