Skip to content

Commit d991ede

Browse files
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
* Add News entry for the change in multiprocessing.reduction.recvfds made in GH-9613. (cherry picked from commit bd036d3) Co-authored-by: Pablo Galindo <[email protected]>
1 parent b248a8c commit d991ede

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)