Message245086
No, it is not fully backwards-compatible. First, if pickle a namedtuple, it can't be unpickled in previous versions. Second, namedtuple is slower and larger than tuple, so it shouldn't be used in memory or performance critical code. |
|
| Date |
User |
Action |
Args |
| 2015-06-09 19:36:33 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, taleinat, berker.peksag, bmispelon |
| 2015-06-09 19:36:33 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2015-06-09 19:36:33 | serhiy.storchaka | link | issue24416 messages |
| 2015-06-09 19:36:32 | serhiy.storchaka | create | |
|