Message77987
Now an additional patch which applies over the basic gctrigger4.patch.
It adds dict optimizations so that dicts with only atomic or immutable
elements are also untracked (they get tracked later when other trackable
elements are added).
Since dicts are often used as mappings of simple objects (int, str,
tuple) over other simple objects, this can be very useful. |
|
Date |
User |
Action |
Args |
2008-12-17 21:36:43 | pitrou | set | recipients:
+ pitrou, loewis, collinwinter, gregory.p.smith, Rhamphoryncus |
2008-12-17 21:36:42 | pitrou | set | messageid: <1229549802.81.0.274432088123.issue4074@psf.upfronthosting.co.za> |
2008-12-17 21:36:42 | pitrou | link | issue4074 messages |
2008-12-17 21:36:42 | pitrou | create | |
|