Kubilay Kocak <koobs.free...@gmail.com> added the comment:

To clarify affected tests/versions:

Python 3.x - test_socket test_multiprocessing_spawn
Python 2.7 - test_multiprocessing_spawn

All of the issues are related to incorrect recvmsg(2) buffer length use, so 
I've amended the issue summary to describe the complete root problem.

The be explicit,

- test_socket fix requires backporting to all supported 3.x branches
- test_multiprocessing_* test fixes (via multiprocessing.reduction fix) 
requires backporting to all supported 3.x branches *and* 2.7

----------
title: test_socket.Recvmsg[Into]SCMRightsStreamTest tests fail on AMD64 FreeBSD 
CURRENT -> Multiple tests (test_socket, test_multiprocessing_*) fail due to 
incorrect recvmsg(2) buffer lengths, causing failures on FreeBSD CURRENT

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to