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 ned.deily
Recipients Stan.Seibert, asksol, brandon-rhodes, catalin.iacob, christian.heimes, dholth, gregory.p.smith, jnoller, mrmekon, ned.deily, neologix, numbernine, pitrou, rcoyner, sbt, vsekhar
Date 2013-08-08.07:58:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375948722.86.0.204906917562.issue8713@psf.upfronthosting.co.za>
In-reply-to
Content
Richard, can you say what failed on the OS X 10.4 (Tiger) buildbot?  FWIW, I tested b3620777f54c.diff (and commented out the darwin skip of test_multiprocessing_forkserver) on OS X 10.4, 10.5, and 10.8.  There were no failures on any of them. The only vaguely suspicious message when running with -v was:

./python -m test -v test_multiprocessing_forkserver
[...]
test_semaphore_tracker (test.test_multiprocessing_forkserver.TestSemaphoreTracker) ... [semaphore_tracker] '/mp18203-0': [Errno 22] Invalid argument
[semaphore_tracker] '/mp18203-1': successfully unlinked
ok
[...]
----------------------------------------------------------------------
Ran 233 tests in 97.162s

OK (skipped=5)  # on 32-bit 'largest assignable fd number is too small'
OK (skipped=4)  # on 64-bit

1 test OK.
History
Date User Action Args
2013-08-08 07:58:42ned.deilysetrecipients: + ned.deily, gregory.p.smith, pitrou, christian.heimes, jnoller, rcoyner, asksol, dholth, brandon-rhodes, neologix, catalin.iacob, sbt, numbernine, vsekhar, mrmekon, Stan.Seibert
2013-08-08 07:58:42ned.deilysetmessageid: <1375948722.86.0.204906917562.issue8713@psf.upfronthosting.co.za>
2013-08-08 07:58:42ned.deilylinkissue8713 messages
2013-08-08 07:58:42ned.deilycreate