[issue9513] test_multiprocessing skipped on Windows

Brian Curtin report at bugs.python.org
Wed Aug 4 17:41:19 CEST 2010


New submission from Brian Curtin <curtin at acm.org>:

I just realized test_multiprocessing is being skipped on Windows because a few relative imports of _multiprocessing are failing in win32 specific code blocks. Attached is a trivial patch to remove the relative import, enabling the tests to run and succeed on both dev and installed environments.

Jesse: There don't appear to be any side effects here, but I get the feeling I might be overlooking some reason this might have been done.

----------
assignee: brian.curtin
components: Library (Lib), Windows
files: test_mp.diff
keywords: patch
messages: 112822
nosy: brian.curtin, jnoller
priority: high
severity: normal
stage: patch review
status: open
title: test_multiprocessing skipped on Windows
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18387/test_mp.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9513>
_______________________________________


More information about the Python-bugs-list mailing list