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 vstinner
Recipients koobs, miss-islington, ned.deily, pablogsal, vstinner
Date 2019-08-23.12:50:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566564601.25.0.577763569681.issue34521@roundup.psfhosted.org>
In-reply-to
Content
I am able to reproduce test_multiprocessing.test_fd_transfer() failure on the FreeBSD CURRENT buildbot:

CURRENT-amd64% ./python -m test -m test_fd_transfer test_multiprocessing 
(...)
Tests result: FAILURE

I converted my msg330654 patch into PR 15422: I confirm that this PR fix test_fd_transfer() and test_large_fd_transfer() of test_multiprocessing.
History
Date User Action Args
2019-08-23 12:50:01vstinnersetrecipients: + vstinner, ned.deily, koobs, pablogsal, miss-islington
2019-08-23 12:50:01vstinnersetmessageid: <1566564601.25.0.577763569681.issue34521@roundup.psfhosted.org>
2019-08-23 12:50:01vstinnerlinkissue34521 messages
2019-08-23 12:50:01vstinnercreate