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 serhiy.storchaka
Recipients serhiy.storchaka, zach.ware
Date 2015-11-11.08:31:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447230695.36.0.35114709633.issue25601@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%20with%20X%202.7/builds/100/steps/test/logs/stdio

There are a lot of failures, all look as:
======================================================================
ERROR: test_simple_newobj (test.test_cpickle.FileIOCPicklerFastTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/2.7.ware-gentoo-x86/build/Lib/test/pickletester.py", line 1145, in test_simple_newobj
    s = self.dumps(x, proto)
  File "/buildbot/buildarea/2.7.ware-gentoo-x86/build/Lib/test/test_cpickle.py", line 141, in dumps
    p.dump(arg)
AttributeError: 'module' object has no attribute '_reduce_ex'

----------------------------------------------------------------------

It looks as the _reduce_ex() function is missed in the copy_reg module. Have no ideas how it is possible.
History
Date User Action Args
2015-11-11 08:31:35serhiy.storchakasetrecipients: + serhiy.storchaka, zach.ware
2015-11-11 08:31:35serhiy.storchakasetmessageid: <1447230695.36.0.35114709633.issue25601@psf.upfronthosting.co.za>
2015-11-11 08:31:35serhiy.storchakalinkissue25601 messages
2015-11-11 08:31:34serhiy.storchakacreate