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.
Build 196 on the Windows bot is fine. Could be a bizarre test ordering issue? Nothing else should have changed between builds 195 and 196 on the Windows bot.