[issue9513] test_multiprocessing skipped on Windows

2010-08-04 Thread Brian Curtin
Brian Curtin added the comment: Fixed in r83722 (py3k) and r837274 (release31-maint). -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: -Python 2.7 ___ Python tracker

[issue9513] test_multiprocessing skipped on Windows

2010-08-04 Thread Jesse Noller
Jesse Noller added the comment: The relative imports have been more of a pain then they've helped. I'm fine with nuking them so long as the test suite passes. -- ___ Python tracker

[issue9513] test_multiprocessing skipped on Windows

2010-08-04 Thread Brian Curtin
New submission from Brian Curtin : 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