commit | a6a3274aadfbf9ce03addbef5a68f7701458a3a6 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Wed Aug 04 15:47:24 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Wed Aug 04 15:47:24 2010 +0000 |
tree | 0950bde883606a9a45d943d0922250dbb6fe94b8 | |
parent | 482e66a58a8c38b8f4c2cc4f588a656d0c8fb2df [diff] |
Fix #9513 to remove relative imports from multiprocessing. The test suite currently skips test_multiprocessing on Windows because it fails on finding _multiprocessing in several win32-specific blocks. Removing the relative import lets this through and allows the test to run (and pass).