]> granicus.if.org Git - python/commit
SF patch #1443865; gc.get_count() added and optional argument 'generation'
authorBarry Warsaw <barry@python.org>
Tue, 7 Mar 2006 09:46:03 +0000 (09:46 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 7 Mar 2006 09:46:03 +0000 (09:46 +0000)
commitd3c38ff7f832f60830532524e07a5e11be749d7e
treec1bb3343d60f4c646a8933057b19206040c2b633
parent995acdf308919b61dd94170925e511a926279dbc
SF patch #1443865; gc.get_count() added and optional argument 'generation'
added to gc.collect().  Updated docs, unit test, and NEWS entry.

(Also, fixed a typo in NEWS.)
Doc/lib/libgc.tex
Lib/test/test_gc.py
Misc/NEWS
Modules/gcmodule.c