]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Add DEBUG_SAVEALL option. When enabled all garbage objects found by the
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 22 Sep 2000 15:22:38 +0000 (15:22 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 22 Sep 2000 15:22:38 +0000 (15:22 +0000)
commit544de1effb6b730d68433fde7828bf90bc50fe35
tree43ae94ee19f619fea40911e561b5c2c5290d32ad
parent676940b49742309dd8914edc9ed276cfd38aa557
- Add DEBUG_SAVEALL option.  When enabled all garbage objects found by the
  collector will be saved in gc.garbage.  This is useful for debugging a
  program that creates reference cycles.

- Fix else statements in gcmodule.c to conform to Python coding standards.
Doc/lib/libgc.tex
Modules/gcmodule.c