summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/uasyncio_set_exception_handler.py.exp
blob: fb4711469dc5be628278b4891ca58e560d581981 (plain) (blame)
1
2
3
4
5
6
7
8
9
None
True
sleep
custom_handler ValueError(0, 1)
sleep
custom_handler ValueError(1, 2)
custom_handler ValueError(2, 3)
ValueError(3, 4)
done