This website requires JavaScript.
Explore
Help
Register
Sign In
fengqi
/
lv_micropython
Watch
1
Star
0
Fork
0
You've already forked lv_micropython
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
lv_micropython
/
tests
/
basics
/
exception_chain.py.exp
4 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
py: Remove dependency on printf/fwrite in mp_plat_print. See issue #1500.
2015-10-15 00:05:55 +01:00
Caught Exception
py/vm: Don't emit warning when using "raise ... from None". "Raise SomeException() from None" is a common Python idiom to suppress chained exceptions and thus shouldn't trigger a warning on a version of Python that doesn't support them in the first place.
2023-10-06 21:02:43 +02:00
Warning: exception chaining not supported
Caught Exception: Runtime
Reference in New Issue
Copy Permalink