You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
12ce9f2689
All exceptions that unwind through the async-with must be caught and BaseException is the top-level class, which includes Exception and others. Fixes issue #4552.
12 lines
136 B
Plaintext
12 lines
136 B
Plaintext
enter
|
|
body
|
|
exit None None
|
|
finished
|
|
enter
|
|
1
|
|
exit <class 'ValueError'> error
|
|
ValueError
|
|
enter
|
|
exit <class 'BaseException'>
|
|
BaseException
|