Skip to content

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
@Avasam Avasam deleted the typeshed-sync branch June 20, 2025 18:22
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