-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-37228: Add whatsnew for removal of loop.create_datagram_endpoint()'s *reuse_address* parameter #17595
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
… *reuse_address* parameter
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, thanks!
@1st1 and/or @asvetlov, would you mind giving this a final look-over before we add these whatsnews entries? Since it's a backwards incompatible change to asyncio affecting multiple versions (for anyone passing Is the current iteration adequate or should it be more specific? My goal was to avoid adding too many details in the whatsnew entry and explain most of it in the documentation. |
@1st1: Please replace |
Thank you, Kyle! Apologies for the wait! |
Sorry, @aeros and @1st1, I could not cleanly backport this to |
Sorry @aeros and @1st1, I had trouble checking out the |
Sorry, @aeros and @1st1, I could not cleanly backport this to |
@aeros Kyle, could you please manually backport the PR? |
No problem. (:
Yep, and I'll add you as a reviewer for the backports. |
…nt()'s *reuse_address* parameter (pythonGH-17595). (cherry picked from commit f501db2) Co-authored-by: Kyle Stanley <aeros167@gmail.com>
…nt()'s *reuse_address* parameter (pythonGH-17595). (cherry picked from commit f501db2) Co-authored-by: Kyle Stanley <aeros167@gmail.com>
…nt()'s *reuse_address* parameter (pythonGH-17595). (cherry picked from commit f501db2) Co-authored-by: Kyle Stanley <aeros167@gmail.com>
…nt()'s *reuse_address* parameter (pythonGH-17595). (pythonGH-17631) (cherry picked from commit f501db2) Co-authored-by: Kyle Stanley <aeros167@gmail.com>
… *reuse_address* parameter (python#17595)
https://bugs.python.org/issue37228