blob: 416d564b3e253001e8f8c8fad579ebedda9d6ecf (
plain)
1
2
3
4
5
|
Use the 'gc' module.
This module is expected to be working and is included by default.
Note that since the gc module is highly implementation specific, it contains
only the ``collect`` function in PyPy, which forces a collection when compiled
with the framework or with Boehm.
|