gc exposes the underlying memory management mechanism of Python, the automatic garbage collector. The module includes functions for controlling how the collector operates and to examine the objects known to the system, either pending collection or stuck in reference cycles and unable to be freed.
Read more
[Updated because I couldn't get Blogger to format the code and output lines properly. Please visit my main site for the full text.]
0 comments:
Post a Comment