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 loewis, pitrou
Date 2008-12-17.23:48:46
SpamBayes Score 0.009571659
Marked as misclassified No
Message-id <1229557728.54.0.305110483406.issue4688@psf.upfronthosting.co.za>
In-reply-to
Content
This additional patch also optimizes simple dicts, it must be applied
over the tuples patch.

Together these two patches make it so that e.g. a dict of tuples or
strings won't be tracked at all, saving CPU cycles when collecting.
History
Date User Action Args
2008-12-17 23:48:48pitrousetrecipients: + pitrou, loewis
2008-12-17 23:48:48pitrousetmessageid: <1229557728.54.0.305110483406.issue4688@psf.upfronthosting.co.za>
2008-12-17 23:48:47pitroulinkissue4688 messages
2008-12-17 23:48:47pitroucreate