Message 78024 - Python tracker
Message78024
| Author | pitrou |
|---|---|
| Recipients | gregory.p.smith, loewis, pitrou, rhettinger, stutzbach |
| Date | 2008-12-18.12:04:13 |
| SpamBayes Score | 0.003918016 |
| Marked as misclassified | No |
| Message-id | <1229601856.2.0.346226815378.issue4688@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch which combines the alternate approach (untrack simple objects when doing a GC collection) for tuples and dicts. I'm surprised by the results: after a full regression test suite, there are roughly 55000 tracked objects (measured with len(gc.get_objects())) while there are 150000 of them with the original interpreter. Some eyes are welcome. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-18 12:04:16 | pitrou | set | recipients: + pitrou, loewis, rhettinger, gregory.p.smith, stutzbach |
| 2008-12-18 12:04:16 | pitrou | set | messageid: <1229601856.2.0.346226815378.issue4688@psf.upfronthosting.co.za> |
| 2008-12-18 12:04:15 | pitrou | link | issue4688 messages |
| 2008-12-18 12:04:14 | pitrou | create | |