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.
Created on 2011年02月27日 15:03 by ishimoto, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg129631 - (view) | Author: Atsuo Ishimoto (ishimoto) * | Date: 2011年02月27日 15:03 | |
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. |
|||
| msg129668 - (view) | Author: Atsuo Ishimoto (ishimoto) * | Date: 2011年02月27日 23:28 | |
Oh, Not only try-finally block, generators contains try-except or with block will be added to gc.garbage. |
|||
| msg380387 - (view) | Author: Irit Katriel (iritkatriel) * (Python committer) | Date: 2020年11月05日 00:59 | |
This section is very different now: https://docs.python.org/3/library/gc.html#gc.garbage Should this be closed as out of date? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:13 | admin | set | github: 55555 |
| 2020年11月06日 08:20:48 | methane | set | status: open -> closed resolution: out of date stage: needs patch -> resolved |
| 2020年11月05日 00:59:18 | iritkatriel | set | nosy:
+ iritkatriel messages: + msg380387 |
| 2013年01月06日 05:29:26 | ezio.melotti | set | nosy:
+ pitrou stage: needs patch type: enhancement versions: + Python 2.7, Python 3.2, Python 3.3, Python 3.4 |
| 2011年02月27日 23:28:44 | ishimoto | set | nosy:
ishimoto, docs@python messages: + msg129668 |
| 2011年02月27日 15:03:12 | ishimoto | create | |