-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-39850: Add support for abstract sockets in multiprocessing #18866
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
4c3361e
to
338696b
Compare
4fa7210
to
95575e1
Compare
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.
LGTM, just a nit.
By the way, I don't think this can be backported since it's a behaviour change. If we want to fix support for abstract sockets on 3.7-3.8 we'll need a different patch. |
@pitrou Would you like me to split this PR in two (one with the fix 'per se' and the other with the new default)? Another possibility is that I create manually the backports, removing the new behaviour in the process. |
@pablogsal As is the most convenient for you. |
Co-Authored-By: Victor Stinner <vstinner@python.org>
Co-Authored-By: Victor Stinner <vstinner@python.org>
Always happy to do them! Thanks for the review :) |
So now does windows support |
https://bugs.python.org/issue39850