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 nnorwitz
Recipients nnorwitz
Date 2008-08-24.07:01:45
SpamBayes Score 0.15986067
Marked as misclassified No
Message-id <1219561308.34.0.393729548724.issue3657@psf.upfronthosting.co.za>
In-reply-to
Content
test_pickletools fails sporadically on at least two platforms I've seen.

http://www.python.org/dev/buildbot/all/x86%20gentoo%20trunk/builds/4120/step-test/0
http://www.python.org/dev/buildbot/all/ppc%20Debian%20unstable%20trunk/builds/1908/step-test/0

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
History
Date User Action Args
2008-08-24 07:01:48nnorwitzsetrecipients: + nnorwitz
2008-08-24 07:01:48nnorwitzsetmessageid: <1219561308.34.0.393729548724.issue3657@psf.upfronthosting.co.za>
2008-08-24 07:01:47nnorwitzlinkissue3657 messages
2008-08-24 07:01:46nnorwitzcreate