First thank for the huge work already done !
regarding changelog :
- misc.h: add m_new_obj_var_with_finaliser()
and :
micropython/micropython#245
in help to fix :
micropython/micropython#1878
i think an addition on how to use __del__ C finalizer with m_new_obj_var_with_finaliser would be great.
First thank for the huge work already done !
regarding changelog :
- misc.h: add m_new_obj_var_with_finaliser()and :
micropython/micropython#245
in help to fix :
micropython/micropython#1878
i think an addition on how to use
__del__C finalizer withm_new_obj_var_with_finaliserwould be great.