Skip to content

[3.8] closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392)#16018

Merged
benjaminp merged 1 commit intopython:3.8from
miss-islington:backport-954900a-3.8
Sep 12, 2019
Merged

[3.8] closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392)#16018
benjaminp merged 1 commit intopython:3.8from
miss-islington:backport-954900a-3.8

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 12, 2019

This fixes a regression from 3.5. In recent releases, getsockname() in the AF_CAN case has returned a string.
(cherry picked from commit 954900a)

Co-authored-by: bggardner brent@ebrent.net

https://bugs.python.org/issue37405

… AF_CAN. (pythonGH-14392)

This fixes a regression from 3.5. In recent releases, `getsockname()` in the AF_CAN case has returned a string.
(cherry picked from commit 954900a)

Co-authored-by: bggardner <brent@ebrent.net>
@miss-islington
Copy link
Contributor Author

@bggardner and @benjaminp: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

Sorry, I can't merge this PR. Reason: Base branch was modified. Review and try the merge again..

@benjaminp benjaminp merged commit f60fd95 into python:3.8 Sep 12, 2019
@miss-islington miss-islington deleted the backport-954900a-3.8 branch September 12, 2019 10:34
@miss-islington
Copy link
Contributor Author

@bggardner and @benjaminp: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@bggardner and @benjaminp: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants