qstr pool in memory not garbage collected
Posted: Thu Dec 08, 2016 8:50 am
Hi, I am porting an IoT software stack with micropython as a library. Currently looking into garbage collection. I am able to release most of the stuff except qstr pool which is created after executing mp_store_name. I execute this function to fill the class instance.
Any help in releasing this from memory?
Any help in releasing this from memory?