Message129631
| Author | ishimoto |
|---|---|
| Recipients | docs@python, ishimoto |
| Date | 2011-02-27.15:03:12 |
| SpamBayes Score | 0.069943346 |
| Marked as misclassified | No |
| Message-id | <1298818993.14.0.492098392223.issue11346@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-27 15:03:13 | ishimoto | set | recipients: + ishimoto, docs@python |
| 2011-02-27 15:03:13 | ishimoto | set | messageid: <1298818993.14.0.492098392223.issue11346@psf.upfronthosting.co.za> |
| 2011-02-27 15:03:12 | ishimoto | link | issue11346 messages |
| 2011-02-27 15:03:12 | ishimoto | create | |