Message 71910 - Python tracker
Message71910
| 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:02 | nnorwitz | set | recipients: + nnorwitz |
| 2008-08-25 06:40:01 | nnorwitz | set | messageid: <1219646401.95.0.503836718756.issue3657@psf.upfronthosting.co.za> |
| 2008-08-25 06:40:00 | nnorwitz | link | issue3657 messages |
| 2008-08-25 06:39:59 | nnorwitz | create | |