New submission from Brian Curtin <cur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9513>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to