Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Reject duplicate ParamSpec.{args,kwargs} at call site - #18854

Merged
hauntsaninja merged 5 commits into
python:masterfrom
sterliakov:bugfix/gh-18035-duplicate-paramspec-components
Apr 1, 2025
Merged

Reject duplicate ParamSpec.{args,kwargs} at call site#18854
hauntsaninja merged 5 commits into
python:masterfrom
sterliakov:bugfix/gh-18035-duplicate-paramspec-components

Conversation

@sterliakov

Copy link
Copy Markdown
Collaborator

Fixes #18035.

@github-actions

This comment has been minimized.

@sterliakov
sterliakov force-pushed the bugfix/gh-18035-duplicate-paramspec-components branch from b6816e3 to e4ca078 Compare March 30, 2025 01:30
@github-actions

This comment has been minimized.

@A5rocks A5rocks left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This makes sense

Comment thread test-data/unit/check-parameter-specification.test
@github-actions

Copy link
Copy Markdown
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@hauntsaninja
hauntsaninja merged commit d0e27fc into python:master Apr 1, 2025
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.

ParamSpec accepts multiple copies of *args and **kwargs

3 participants