micropython/tests/basics/weakref_multiple_refs.py.exp
Damien George c91d09a00d tests/basics: Add tests for weakref.ref and weakref.finalize.
Signed-off-by: Damien George <damien@micropython.org>
2026-03-22 23:06:01 +11:00

7 lines
145 B
Plaintext

test having multiple ref and finalize objects referencing the same thing
<A object> True <A object> True
finalize2
finalize1
ref2 None
ref1 None