Message231850
Okay, this one passes the tests for the built-in module. I'm not sure what's going wrong with the pure Python module. I'm getting the error:
_pickle.PicklingError: Can't pickle <class 'operator.attrgetter'>: it's not the same object as operator.attrgetter
once for each of the three objects. Anyone recognize this? Is this some weird artifact of the multiple imports required to test both pure Python and C versions of the module that I need to work around, or did I make a mistake somewhere else? |
|
Date |
User |
Action |
Args |
2014-11-29 04:06:30 | josh.r | set | recipients:
+ josh.r, rhettinger, pitrou, zach.ware, serhiy.storchaka, Antony.Lee |
2014-11-29 04:06:30 | josh.r | set | messageid: <1417233990.44.0.135609904282.issue22955@psf.upfronthosting.co.za> |
2014-11-29 04:06:30 | josh.r | link | issue22955 messages |
2014-11-29 04:06:30 | josh.r | create | |
|