◐ Shell
clean mode source ↗

Message 257238 - Python tracker

Message257238

Author serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2015-12-30.20:05:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451505939.05.0.983054710729.issue25981@psf.upfronthosting.co.za>
In-reply-to
Content
If intern field names in namedtuple, this will speed up the access to them, because names could be compared just by identity in dict lookup. This can also make pickles containing namedtuples more compact.
History
Date User Action Args
2015-12-30 20:05:39serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2015-12-30 20:05:39serhiy.storchakasetmessageid: <1451505939.05.0.983054710729.issue25981@psf.upfronthosting.co.za>
2015-12-30 20:05:38serhiy.storchakalinkissue25981 messages
2015-12-30 20:05:38serhiy.storchakacreate