Garbage Collector and Memory Leaks

It's a match!

Report a typo

Match the functions from the gc module and their descriptions.

Match the items from left and right columns
gc.collect()
gc.get_count()
gc.get_threshold()
gc.set_threshold()
Returns the current collection thresholds
Returns the current collection counts
Sets the collection thresholds
Performs an immediate garbage collection
___

Create a free account to access the full topic