-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-34521: Add NEWS entry for changes in GH-9613 #9850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c31dac3
to
ca15b73
Compare
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use :rfc:`3542`
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Done in 5000d8a
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6. |
* Add News entry for the change in multiprocessing.reduction.recvfds made in pythonGH-9613. (cherry picked from commit bd036d3) Co-authored-by: Pablo Galindo <[email protected]>
GH-9887 is a backport of this pull request to the 3.7 branch. |
* Add News entry for the change in multiprocessing.reduction.recvfds made in pythonGH-9613. (cherry picked from commit bd036d3) Co-authored-by: Pablo Galindo <[email protected]>
GH-9888 is a backport of this pull request to the 3.6 branch. |
* 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]>
* 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]>
* Add News entry for the change in multiprocessing.reduction.recvfds made in pythonGH-9613. (cherry picked from commit bd036d3) Co-authored-by: Pablo Galindo <[email protected]>
* Add News entry for the change in multiprocessing.reduction.recvfds made in pythonGH-9613. (cherry picked from commit bd036d3) Co-authored-by: Pablo Galindo <[email protected]>
https://bugs.python.org/issue34521