bpo-38478: Correctly handle keyword argument with same name as positional-only parameter by pablogsal · Pull Request #16800 · python/cpython · GitHub
Skip to content

bpo-38478: Correctly handle keyword argument with same name as positional-only parameter - #16800

Merged
pablogsal merged 1 commit into
python:masterfrom
pablogsal:bpo-38478
Oct 15, 2019
Merged

bpo-38478: Correctly handle keyword argument with same name as positional-only parameter#16800
pablogsal merged 1 commit into
python:masterfrom
pablogsal:bpo-38478

Conversation

@pablogsal

@pablogsal pablogsal commented Oct 15, 2019

Copy link
Copy Markdown
Member

@pablogsal

pablogsal commented Oct 15, 2019

Copy link
Copy Markdown
Member Author

@tirkarthi tirkarthi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. I too had the same solution in mind since it's simple . Thanks Pablo :)

@pablogsal

Copy link
Copy Markdown
Member Author

Thanks @tirkarthi :)

@pablogsal
pablogsal merged commit f3ef06a into python:master Oct 15, 2019
@pablogsal
pablogsal deleted the bpo-38478 branch October 15, 2019 11:40
@miss-islington

Copy link
Copy Markdown
Contributor

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

@bedevere-bot

Copy link
Copy Markdown

GH-16801 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 15, 2019
…onal-only parameter (pythonGH-16800)

(cherry picked from commit f3ef06a)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
miss-islington added a commit that referenced this pull request Oct 15, 2019
…onal-only parameter (GH-16800)

(cherry picked from commit f3ef06a)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
@pablogsal

Copy link
Copy Markdown
Member Author

The buildbot failure is unrelated: test_start_tls_server_1

@python python deleted a comment from bedevere-bot Oct 15, 2019
@python python deleted a comment from bedevere-bot Oct 15, 2019
@bedevere-bot

Copy link
Copy Markdown

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