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 barry, brian.curtin, cipater, jnoller
Date 2010-08-14.05:48:59
SpamBayes Score 5.804963e-08
Marked as misclassified No
Message-id <1281764956.33.0.612064831962.issue9600@psf.upfronthosting.co.za>
In-reply-to
Content
I just fixed a similar problem for #9513 but the problem was only ever seen when test_multiprocessing was run through regrtest on 3.x on Windows. Removing the relative import dot on _multiprocessing imports let them succeed.

I've never actually seen this cause a problem on an installed version, though. I'll check out 2.6.6 rc1 tomorrow when I get back to a Windows box to see if I can reproduce this.



Reclassifying from crash to behavior - it's just an ImportError, not actually a crash
History
Date User Action Args
2010-08-14 05:49:16brian.curtinsetrecipients: + brian.curtin, barry, jnoller, cipater
2010-08-14 05:49:16brian.curtinsetmessageid: <1281764956.33.0.612064831962.issue9600@psf.upfronthosting.co.za>
2010-08-14 05:49:00brian.curtinlinkissue9600 messages
2010-08-14 05:48:59brian.curtincreate