Message232617
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. |
|
Date |
User |
Action |
Args |
2014-12-13 17:58:13 | zach.ware | set | recipients:
+ zach.ware, rhettinger, pitrou, serhiy.storchaka, Antony.Lee, josh.r |
2014-12-13 17:58:13 | zach.ware | link | issue22955 messages |
2014-12-13 17:58:13 | zach.ware | create | |
|