bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) · python/cpython@d404ffa (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit d404ffa

miss-islingtonpablogsal

authored and

committed

* Add News entry for the change in multiprocessing.reduction.recvfds made in GH-9613. (cherry picked from commit bd036d3) Co-authored-by: Pablo Galindo Pablogsal@gmail.com

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff 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.