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.15:00:30
SpamBayes Score 5.72571e-05
Marked as misclassified No
Message-id <1229526035.73.0.973399741014.issue4074@psf.upfronthosting.co.za>
In-reply-to
Content
This new patch adds another improvement where tuples can be "optimized".
Optimized means that tuples which don't contain any GC-tracked object
become themselves untracked. Since tuples are immutable this
optimization is valid, and since it is common to store lots of tuples as
very simple containers of atomic objects this can be an interesting
optimization.
History
Date User Action Args
2008-12-17 15:00:36pitrousetrecipients: + pitrou, loewis, collinwinter, gregory.p.smith, Rhamphoryncus
2008-12-17 15:00:35pitrousetmessageid: <1229526035.73.0.973399741014.issue4074@psf.upfronthosting.co.za>
2008-12-17 15:00:34pitroulinkissue4074 messages
2008-12-17 15:00:34pitroucreate