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
de9cd00b39
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 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
tests: Improve test coverage of py/compile.c.
2016-10-11 02:30:32 +01: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 02:52:13 +01:00
exit <class 'ValueError'> error
ValueError