picop.cygc#
GC tuning helpers.
- picop.cygc.gc_collect()#
Run a full GC collection via
PyGC_Collect; return unreachable count.- Return type:
- picop.cygc.gc_disable()#
Disable automatic GC via
PyGC_Disable; return the prior enabled flag.- Return type:
- picop.cygc.gc_enable()#
Enable automatic GC via
PyGC_Enable; return the prior enabled flag.- Return type: