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 bd036d3d15
)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
parent
b248a8c9a5
commit
d991ede16b
|
@ -0,0 +1,3 @@
|
|||
Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
|
||||
:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
|
||||
:rfc:`3542` requires the use of the former for portable applications.
|
Loading…
Reference in New Issue