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 zach.ware
Recipients Antony.Lee, josh.r, pitrou, rhettinger, serhiy.storchaka, zach.ware
Date 2014-12-13.17:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAKJDb-OMzpfFSt6YmnV_0_EQ4Y9E=9fjT_OoC6YDeDqQKSX9CQ@mail.gmail.com>
In-reply-to <1418493281.54.0.605503027891.issue22955@psf.upfronthosting.co.za>
Content
Serhiy Storchaka added the comment:
> Reimplementations of the pure-Python itemgetter and attrgetter to
> automatically pickleable Python classes have a disadvantage. It makes
> the pickling incompatible between Python and C versions. This means
> that itemgetter pickled in CPython will be not unpickleable on Python
> implementation which don't use C accelerator and vice versa.

That's a very good point that I hadn't thought about.  Consider my
patch withdrawn.
History
Date User Action Args
2014-12-13 17:58:13zach.waresetrecipients: + zach.ware, rhettinger, pitrou, serhiy.storchaka, Antony.Lee, josh.r
2014-12-13 17:58:13zach.warelinkissue22955 messages
2014-12-13 17:58:13zach.warecreate