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 terry.reedy
Recipients ezio.melotti, sbt, terry.reedy
Date 2013-03-12.22:16:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363126587.65.0.586461566107.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.

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.) Backporting new features requires pydev discussion.
History
Date User Action Args
2013-03-12 22:16:27terry.reedysetrecipients: + terry.reedy, ezio.melotti, sbt
2013-03-12 22:16:27terry.reedysetmessageid: <1363126587.65.0.586461566107.issue17399@psf.upfronthosting.co.za>
2013-03-12 22:16:27terry.reedylinkissue17399 messages
2013-03-12 22:16:27terry.reedycreate