This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: gc module docu
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, martinxyz
Priority: normal Keywords:

Created on 2005-03-25 11:22 by martinxyz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg24794 - (view) Author: Martin Renold (martinxyz) Date: 2005-03-25 11:22
It says: "To debug a leaking program call
gc.set_debug(gc.DEBUG_LEAK)."

I added this call, found the leak, fixed it, and
watched the memory consumption - argh.

Please add a warning sentence like: "Note: this will
stop freeing the collected memory."
msg24795 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-03-28 15:30
Logged In: YES 
user_id=21627

Thanks for the report. Fixed in libgc.tex 1.17 and 1.15.4.2.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41760
2005-03-25 11:22:31martinxyzcreate