Serhiy Storchaka added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24416>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to