[issue9600] multiprocessing Pool instantiation crashes on 64 bit 2.6.6rc1 under Windows 7

Brian Curtin report at bugs.python.org
Sat Aug 14 07:49:16 CEST 2010


Brian Curtin <curtin at acm.org> added the comment:

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

----------
components: +Library (Lib), Windows
nosy: +brian.curtin
stage:  -> needs patch
type: crash -> behavior

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


More information about the Python-bugs-list mailing list