mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 13:01:10 +02:00
This case was fixed in 2ecbad4e91
, which
stored the exception in the task object.
Signed-off-by: Damien George <damien@micropython.org>
13 lines
100 B
Plaintext
13 lines
100 B
Plaintext
start
|
|
task 1
|
|
task 2
|
|
----
|
|
start
|
|
hello
|
|
world
|
|
took 200 200
|
|
task_raise
|
|
ValueError
|
|
task_raise
|
|
ValueError
|