Mark Dickinson <dicki...@gmail.com> added the comment: Hmm. After checking in this patch, the gentoo x86 trunk buildbot has a new failure in test_pickletools, with the following output:
test_pickletools ********************************************************************** File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/pickletools.py", line ?, in pickletools.__test__.disassembler_test Failed example: dis(pickle.dumps(random.random, 0)) Expected: 0: c GLOBAL 'random random' 15: p PUT 0 18: . STOP highest protocol among opcodes = 0 Got: 0: c GLOBAL 'bsddb.test.test_thread random' 31: p PUT 0 34: . STOP highest protocol among opcodes = 0 ********************************************************************** 1 items had failures: 1 of 25 in pickletools.__test__.disassembler_test ***Test Failed*** 1 failures. test test_pickletools failed -- 1 of 95 doctests failed I'm having some difficulty figuring out how this could be related to the checkin of this patch. Anyone have any ideas where this might be coming from? _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1672332> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com