This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin, jnoller
Date 2010-08-04.15:41:13
SpamBayes Score 4.1102216e-05
Marked as misclassified No
Message-id <1280936476.46.0.733484980862.issue9513@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-04 15:41:19brian.curtinsetrecipients: + brian.curtin, jnoller
2010-08-04 15:41:16brian.curtinsetmessageid: <1280936476.46.0.733484980862.issue9513@psf.upfronthosting.co.za>
2010-08-04 15:41:14brian.curtinlinkissue9513 messages
2010-08-04 15:41:13brian.curtincreate