mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
And clear the corresponding `proxy_c_ref[c_ref]` entry when the finaliser runs. This then allows the C side to (eventually) garbage collect the corresponding Python object. Signed-off-by: Damien George <damien@micropython.org>