Skip to content

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

Merged
merged 2 commits into from
Oct 14, 2018

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Oct 13, 2018

@pablogsal pablogsal self-assigned this Oct 13, 2018
@pablogsal pablogsal requested a review from ned-deily October 13, 2018 18:16
@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting merge labels Oct 13, 2018
@@ -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.
Copy link
Member

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`.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Done in 5000d8a

@pablogsal pablogsal merged commit bd036d3 into python:master Oct 14, 2018
@pablogsal pablogsal deleted the bpo34521-fix branch October 14, 2018 16:41
@miss-islington
Copy link
Contributor

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 15, 2018
* 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]>
@bedevere-bot
Copy link

GH-9887 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 15, 2018
* 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]>
@bedevere-bot
Copy link

GH-9888 is a backport of this pull request to the 3.6 branch.

miss-islington added a commit that referenced this pull request Oct 15, 2018
* 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]>
miss-islington added a commit that referenced this pull request Oct 16, 2018
* 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]>
ned-deily pushed a commit to ned-deily/cpython that referenced this pull request Oct 20, 2018
* 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]>
ned-deily pushed a commit to ned-deily/cpython that referenced this pull request Oct 20, 2018
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants