]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422)
authorVictor Stinner <vstinner@redhat.com>
Fri, 23 Aug 2019 13:00:38 +0000 (14:00 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2019 13:00:38 +0000 (14:00 +0100)
commitc3642219090f2564c1790330cbf0ba31f19dcaf4
tree1f7676053b2ef5bdd06a52c9fa1734b73e7d97a9
parent3b26f734c0c96d267f23f59b42fcbb193fbf146b
bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422)

Fix file descriptors transfer in multiprocessing on FreeBSD: use
CMSG_SPACE() rather than CMSG_LEN(); see RFC 3542.
Misc/NEWS.d/next/Library/2019-08-23-14-47-09.bpo-34521.Y2BYu5.rst [new file with mode: 0644]
Modules/_multiprocessing/multiprocessing.c