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 doko
Recipients benjamin.peterson, doko, martin.panter, serhiy.storchaka
Date 2015-11-22.23:59:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448236762.03.0.439317489964.issue25698@psf.upfronthosting.co.za>
In-reply-to
Content
looks like re-running the tests in verbose mode using -w is affected by this issue.

the first cpickle subtest failing is:

======================================================================
ERROR: test_recursive_dict_subclass_and_inst (test.test_cpickle.cStringIOCPicklerFastTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/packages/python/2.7/python2.7-2.7.11~rc1/Lib/test/test_cpickle.py", line 175, in wrapper
    func(self)
  File "/home/packages/python/2.7/python2.7-2.7.11~rc1/Lib/test/pickletester.py", line 819, in test_recursive_dict_subclass_a
nd_inst
    self.check_recursive_collection_and_inst(MyDict.fromkeys)
  File "/home/packages/python/2.7/python2.7-2.7.11~rc1/Lib/test/pickletester.py", line 790, in check_recursive_collection_and
_inst
    s = self.dumps(y, proto)
  File "/home/packages/python/2.7/python2.7-2.7.11~rc1/Lib/test/test_cpickle.py", line 141, in dumps
    p.dump(arg)
AttributeError: 'module' object has no attribute '_reduce_ex'
History
Date User Action Args
2015-11-22 23:59:22dokosetrecipients: + doko, benjamin.peterson, martin.panter, serhiy.storchaka
2015-11-22 23:59:22dokosetmessageid: <1448236762.03.0.439317489964.issue25698@psf.upfronthosting.co.za>
2015-11-22 23:59:22dokolinkissue25698 messages
2015-11-22 23:59:21dokocreate