[issue14669] test_multiprocessing failure on OS X Tiger

2012-08-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4307b985209b by Richard Oudkerk in branch 'default': Issue #14669: Fix pickling of connections and sockets on MacOSX http://hg.python.org/cpython/rev/4307b985209b -- ___ Python tracker

[issue14669] test_multiprocessing failure on OS X Tiger

2012-05-01 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr added the comment: The buildbot seems happy, let's close! -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14669

[issue14669] test_multiprocessing failure on OS X Tiger

2012-04-30 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr added the comment: I can't work out what is wrong here. OS-X has known issues with FD-passing over Unix domain sockets, see issues #6560 and #12958. Since those failures only occur on OS-X buildbots, I'd suggest just skipping them... -- nosy:

[issue14669] test_multiprocessing failure on OS X Tiger

2012-04-30 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset e64bec91ac91 by Richard Oudkerk in branch 'default': Issue #14669: Skip multiprocessing connection pickling test on MacOSX http://hg.python.org/cpython/rev/e64bec91ac91 -- nosy: +python-dev

[issue14669] test_multiprocessing failure on OS X Tiger

2012-04-26 Thread Richard Oudkerk
Richard Oudkerk shibt...@gmail.com added the comment: I can't work out what is wrong here. The code does not to account for a partial read of the message from the socket. The attached patch fixes that, but it does not address the cause of this failure. -- keywords: +patch Added

[issue14669] test_multiprocessing failure on OS X Tiger

2012-04-25 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: The OS X Tiger fails more or less intermittently on one of the new multiprocessing tests: == FAIL: test_pickling