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

remove various unnecessary signatures #499

Merged
merged 8 commits into from
Apr 18, 2022
Merged

remove various unnecessary signatures #499

merged 8 commits into from
Apr 18, 2022

Conversation

JelleZijlstra
Copy link
Contributor

  • dict.keys() and friends should work now because of synthetic
    type support
  • warnings.warn() was a workaround for a long-fixed typeshed issue
  • qcore.utime() is unnecessary because qcore has stubs now
  • callable() and inspect.isfunction() now have TypeGuards in typeshed
  • typing.reveal_locals() is not going to be in the stdlib

- dict.keys() and friends should work now because of synthetic
  type support
- warnings.warn() was a workaround for a long-fixed typeshed issue
- qcore.utime() is unnecessary because qcore has stubs now
- callable() and inspect.isfunction() now have TypeGuards in typeshed
- typing.reveal_locals() is not going to be in the stdlib
@JelleZijlstra
Copy link
Contributor Author

Seems like we still need the dict views

@JelleZijlstra JelleZijlstra merged commit 3de7fa0 into master Apr 18, 2022
@JelleZijlstra JelleZijlstra deleted the sorted branch April 18, 2022 01:10
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.

None yet

1 participant