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 zach.ware
Recipients brett.cannon, ezio.melotti, sbt, zach.ware
Date 2013-04-19.17:39:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366393183.7.0.345439647651.issue17778@psf.upfronthosting.co.za>
In-reply-to
Content
Hmmm, it looks a couple of things have gone wrong.  First, I didn't try the patch on 3.3, whose test_multiprocessing is significantly different than default's.  This appears to be due largely to dd5e98ddcd39, but there have been other changes to only default since then as well.  As it turns out, 3.3 passes default's test_multiprocessing, so is there any reason not to backport all of the changes to 3.3 to keep the two the same?  FTR, the changesets not backported are (in order): dd5e98ddcd39, 7d69d04522e3, 2dc08789ad3e, and 2966e5a55396.

Secondly, the patch doesn't apply to default because a new test was added shortly after I submitted the patch.  The only real change to my patch to deal with this is the line numbers of hunk 2, and the removed testcases_other has an extra line removed.  Here's a new version of the patch which applies cleanly to default.  I'll leave 3.3 for now until it's decided whether or not to backport changes to it.
History
Date User Action Args
2013-04-19 17:39:43zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti, sbt
2013-04-19 17:39:43zach.waresetmessageid: <1366393183.7.0.345439647651.issue17778@psf.upfronthosting.co.za>
2013-04-19 17:39:43zach.warelinkissue17778 messages
2013-04-19 17:39:43zach.warecreate