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 josh.r
Recipients Antony.Lee, josh.r, pitrou, rhettinger, serhiy.storchaka, zach.ware
Date 2014-11-29.04:06:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417233990.44.0.135609904282.issue22955@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-11-29 04:06:30josh.rsetrecipients: + josh.r, rhettinger, pitrou, zach.ware, serhiy.storchaka, Antony.Lee
2014-11-29 04:06:30josh.rsetmessageid: <1417233990.44.0.135609904282.issue22955@psf.upfronthosting.co.za>
2014-11-29 04:06:30josh.rlinkissue22955 messages
2014-11-29 04:06:30josh.rcreate