micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

weakref: Add basic stub function to aid in porting.

Open andrewleech opened this issue 3 years ago • 0 comments

This just allows most basic usages of weakref in other modules to "work" unless they test for actual cleanup via gc.collect etc.

Docs: https://docs.python.org/3/library/weakref.html#weakref.ref

andrewleech avatar Sep 06 '22 22:09 andrewleech