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-25.06:39:58
SpamBayes Score 6.8391804e-05
Marked as misclassified No
Message-id <1219646401.95.0.503836718756.issue3657@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that if the tests are run in this order:

./python -E -tt ./Lib/test/regrtest.py -u all test_xmlrpc test_ctypes
test_json test_bsddb3 test_pickletools

The error will trigger consistently.  That is in 2.6 with a debug build
on a dual cpu box.  A debug build of 3.0 on the same machine did not
fail though I don't know if 3.0 has this problem. I was unable to prune
the list further.  The 3 tests (xmlrpc, ctypes and json) can be run in
any order prior to bsdb3 and then pickletools.
History
Date User Action Args
2008-08-25 06:40:02nnorwitzsetrecipients: + nnorwitz
2008-08-25 06:40:01nnorwitzsetmessageid: <1219646401.95.0.503836718756.issue3657@psf.upfronthosting.co.za>
2008-08-25 06:40:00nnorwitzlinkissue3657 messages
2008-08-25 06:39:59nnorwitzcreate