mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 13:20:14 +02:00
2cca3481f2
Needs a native exp file because native code doesn't print line numbers in the traceback. Signed-off-by: Damien George <damien@micropython.org>
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
test ref with exception in the callback
|
|
Unhandled exception in weakref callback:
|
|
ValueError: ('weakref callback', (<ref>,))
|
|
collect done
|
|
test finalize with exception in the callback
|
|
Unhandled exception in weakref callback:
|
|
ValueError: ('weakref callback', ())
|
|
collect done
|