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.

Author pitrou
Recipients Rhamphoryncus, collinwinter, gregory.p.smith, loewis, pitrou
Date 2008-12-17.21:36:37
SpamBayes Score 0.00226998
Marked as misclassified No
Message-id <1229549802.81.0.274432088123.issue4074@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-17 21:36:43pitrousetrecipients: + pitrou, loewis, collinwinter, gregory.p.smith, Rhamphoryncus
2008-12-17 21:36:42pitrousetmessageid: <1229549802.81.0.274432088123.issue4074@psf.upfronthosting.co.za>
2008-12-17 21:36:42pitroulinkissue4074 messages
2008-12-17 21:36:42pitroucreate