This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients berker.peksag, bmispelon, serhiy.storchaka, taleinat
Date 2015-06-09.19:36:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433878593.13.0.964116901393.issue24416@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-09 19:36:33serhiy.storchakasetrecipients: + serhiy.storchaka, taleinat, berker.peksag, bmispelon
2015-06-09 19:36:33serhiy.storchakasetmessageid: <1433878593.13.0.964116901393.issue24416@psf.upfronthosting.co.za>
2015-06-09 19:36:33serhiy.storchakalinkissue24416 messages
2015-06-09 19:36:32serhiy.storchakacreate