summaryrefslogtreecommitdiff
path: root/py/gc_long_lived.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-03-03Remove debug externScott Shawcroft
2020-02-25Support importing native modules in native packages.Scott Shawcroft
2019-11-22* only make objects long lived if they are on the GC heapDavid Grimes
2019-02-01Never long live the main dictionary.Scott Shawcroft
2018-07-25Merge remote-tracking branch 'adafruit/3.x' into import_mergeScott Shawcroft
2018-07-19Prevent repetitive recursive scanning of dicts when making them long-livedDan Halbert
2018-07-03Analysis fixes and long lived tweaks.Scott Shawcroft
2018-03-25Don't assume the type of the prop->proxy objectsJeff Epler
2018-01-24Fix the initial state and polish a couple comments.Scott Shawcroft
2018-01-24Introduce a long lived section of the heap.Scott Shawcroft