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>
13 lines
473 B
Plaintext
13 lines
473 B
Plaintext
test ref with exception in the callback
|
|
Unhandled exception in weakref callback:
|
|
Traceback (most recent call last):
|
|
File "\.\+weakref_callback_exception.py", line 21, in callback
|
|
ValueError: ('weakref callback', (<ref>,))
|
|
collect done
|
|
test finalize with exception in the callback
|
|
Unhandled exception in weakref callback:
|
|
Traceback (most recent call last):
|
|
File "\.\+weakref_callback_exception.py", line 21, in callback
|
|
ValueError: ('weakref callback', ())
|
|
collect done
|