Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bb467 commit bd036d3Copy full SHA for bd036d3
1 file changed
Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst
@@ -0,0 +1,3 @@
1
+Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
2
+:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
3
+:rfc:`3542` requires the use of the former for portable applications.
0 commit comments