Message218436
Personally I doubt it is a good idea to convert any tuple to named tuple. There are downsides: this increases memory usage and decreases performance; this changes pickled data and makes it backward incompatible (and even worse with other serialization methods). |
|
| Date |
User |
Action |
Args |
| 2014-05-13 11:32:08 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, r.david.murray, Claudiu.Popa |
| 2014-05-13 11:32:08 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2014-05-13 11:32:08 | serhiy.storchaka | link | issue18615 messages |
| 2014-05-13 11:32:07 | serhiy.storchaka | create | |
|