Message112011
| Author | georg.brandl |
|---|---|
| Recipients | georg.brandl, kayhayen |
| Date | 2010-07-29.21:28:04 |
| SpamBayes Score | 6.2314444e-05 |
| Marked as misclassified | No |
| Message-id | <1280438890.48.0.25625859828.issue9366@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is caused by the fact that new-style classes create reference cycles. Try calling the cyclic garbage collector using gc.collect() after the function call, and the leaked references will vanish again. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-29 21:28:10 | georg.brandl | set | recipients: + georg.brandl, kayhayen |
| 2010-07-29 21:28:10 | georg.brandl | set | messageid: <1280438890.48.0.25625859828.issue9366@psf.upfronthosting.co.za> |
| 2010-07-29 21:28:05 | georg.brandl | link | issue9366 messages |
| 2010-07-29 21:28:05 | georg.brandl | create | |