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 koobs
Recipients koobs, pablogsal, vstinner
Date 2018-09-28.02:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538103591.95.0.545547206417.issue34521@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-09-28 02:59:52koobssetrecipients: + koobs, vstinner, pablogsal
2018-09-28 02:59:51koobssetmessageid: <1538103591.95.0.545547206417.issue34521@psf.upfronthosting.co.za>
2018-09-28 02:59:51koobslinkissue34521 messages
2018-09-28 02:59:51koobscreate