[docs] [issue11346] Generator object should be mentioned in gc module document
Atsuo Ishimoto
report at bugs.python.org
Sun Feb 27 16:03:13 CET 2011
New submission from Atsuo Ishimoto <ishimoto at gembook.org>:
In the gc.garbage of the library ref of gc module,
... this list contains only objects with __del__() methods.
This is not true, since gc.garbage will contain generator object with try-finally block.
----------
assignee: docs at python
components: Documentation
messages: 129631
nosy: docs at python, ishimoto
priority: normal
severity: normal
status: open
title: Generator object should be mentioned in gc module document
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11346>
_______________________________________
More information about the docs
mailing list