This case was fixed in 2ecbad4e91192c88f831d8690dbad31ddba72135, 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
|