Login
Roast topics
Find topics
Find it!
From:
Python documentation
(Uncensored)
subscribe
gc — Garbage Collector interface — Python 3.13.5 documentation
https://docs.python.org/3/library/gc.html
links
backlinks
Roast topics
Find topics
Roast it!
This module provides an interface to the optional garbage collector. It provides the ability to disable the collector, tune the collection frequency, and set debugging options. It also provides acc...