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:39 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger |
| 2015-12-30 20:05:39 | serhiy.storchaka | set | messageid: <1451505939.05.0.983054710729.issue25981@psf.upfronthosting.co.za> |
| 2015-12-30 20:05:38 | serhiy.storchaka | link | issue25981 messages |
| 2015-12-30 20:05:38 | serhiy.storchaka | create | |