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 sbt
Recipients ezio.melotti, sbt, terry.reedy
Date 2013-03-12.22:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363127060.75.0.505477084956.issue17399@psf.upfronthosting.co.za>
In-reply-to
Content
> My original report was for 32 bit debug build on 64 bit Win 7 machine.
> I just re-ran test_multiprocessing with installed 64 bit python with same 
> result. Was "I don't see these errors." on different Windows or non-Windows.

On 64-bit Windows 7 with both 32 and 64 bit builds.

> One option is to skip the failing sub-tests on Windows, like some other sub-tests:
> skipped 'does not work with windows sockets'
> and consider the limitation on use of multi-processing in 2.7,3.2 as "won't fix". 
> (My view is that 3.2 users should upgrade as soon as dependencies allow.) 

Yes, I would be inclined to do that.

> Backporting new features requires pydev discussion.

I only meant exposing that functionality in the private _multiprocessing extension.
History
Date User Action Args
2013-03-12 22:24:20sbtsetrecipients: + sbt, terry.reedy, ezio.melotti
2013-03-12 22:24:20sbtsetmessageid: <1363127060.75.0.505477084956.issue17399@psf.upfronthosting.co.za>
2013-03-12 22:24:20sbtlinkissue17399 messages
2013-03-12 22:24:20sbtcreate