-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Fix tuple[Any, ...] subtyping #16108
Merged
hauntsaninja
merged 11 commits into
python:master
from
hauntsaninja:tuple-any-subtyping
Sep 14, 2023
Merged
Fix tuple[Any, ...] subtyping #16108
hauntsaninja
merged 11 commits into
python:master
from
hauntsaninja:tuple-any-subtyping
Sep 14, 2023
Commits on Sep 14, 2023
-
Follow up to python#16073 and python#16076 Fix needed for https://github.com/python/mypy/pull/16053/files#r1316481395 I add test cases that would have caught my previous incorrect PR. I add an explicit case for the new desirable behaviour we see with zip.
Configuration menu - View commit details
-
Copy full SHA for 2044720 - Browse repository at this point
Copy the full SHA 2044720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a4df2b - Browse repository at this point
Copy the full SHA 6a4df2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2250f8 - Browse repository at this point
Copy the full SHA c2250f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e64a6cd - Browse repository at this point
Copy the full SHA e64a6cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ad1ca - Browse repository at this point
Copy the full SHA 17ad1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5812b6 - Browse repository at this point
Copy the full SHA d5812b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03fda8b - Browse repository at this point
Copy the full SHA 03fda8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9840c37 - Browse repository at this point
Copy the full SHA 9840c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c4f791 - Browse repository at this point
Copy the full SHA 2c4f791View commit details -
Configuration menu - View commit details
-
Copy full SHA for e99d2f0 - Browse repository at this point
Copy the full SHA e99d2f0View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 5c03731 - Browse repository at this point
Copy the full SHA 5c03731View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.