Skip to content
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

Sync with typeshed post-#4504 #4719

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Sync with typeshed post-#4504 #4719

merged 1 commit into from
Oct 31, 2024

Conversation

Avasam
Copy link
Contributor

@Avasam Avasam commented Oct 30, 2024

Summary of changes

Syncing types updates and improvements from typeshed following #4504

Pull Request Checklist

@Avasam Avasam changed the title Sync with typeshed Sync with typeshed post-#4504 Oct 30, 2024
Copy link
Contributor

@abravalheri abravalheri left a comment

Choose a reason for hiding this comment

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

Thank you very much.

_traceback: object,
_exc_type: type[BaseException] | None,
_exc_value: BaseException | None,
_traceback: TracebackType | None,
Copy link
Contributor

Choose a reason for hiding this comment

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

I have the impression that these might have been oscillating between the 2 forms between PRs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah at one point I forgot I can't have a protocol or base classe declare its params as "unused" otherwise all subclasses/implementations must as well to respect the LSP.

@abravalheri abravalheri merged commit b88d0a1 into pypa:main Oct 31, 2024
24 checks passed
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.

2 participants