commit | 613b4cf28337902a586f259c6144083771fc06e5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 27 21:56:26 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 27 21:56:26 2010 +0000 |
tree | 155dc7f545aada32a5a737a1a67a1daa8a0b8049 | |
parent | edb9f873cfbf9d7f05cb73fa19036831813b28be [diff] |
Issue #7449, part 4: skip test_multiprocessing if thread support is disabled import threading after _multiprocessing to raise a more revelant error message: "No module named _multiprocessing". _multiprocessing is not compiled without thread support.