mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 13:20:14 +02:00
c91d09a00d
Signed-off-by: Damien George <damien@micropython.org>
7 lines
145 B
Plaintext
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
|