[New-bugs-announce] [issue25601] test_cpickle failure on the ware-gentoo-x86 builbot

Serhiy Storchaka report at bugs.python.org
Wed Nov 11 03:31:35 EST 2015


New submission from Serhiy Storchaka:

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.

----------
messages: 254483
nosy: serhiy.storchaka, zach.ware
priority: normal
severity: normal
status: open
title: test_cpickle failure on the ware-gentoo-x86 builbot

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25601>
_______________________________________


More information about the New-bugs-announce mailing list