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

Use source_type.last_known_value when Instance. Fixes #12923 #15123

Merged
merged 7 commits into from Apr 26, 2023

Conversation

CarlFK
Copy link
Contributor

@CarlFK CarlFK commented Apr 25, 2023

Fixes #12923

assert_type(42, int) ... had issues. #12923 was a bit of a mess as the OP was or wasn't currently accurate.

Added two tests to repo the current problem, which now pass.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

mypy/checkexpr.py Outdated Show resolved Hide resolved
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@hauntsaninja hauntsaninja merged commit 6b326d5 into python:master Apr 26, 2023
20 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.

assert_type() says an int is not an int
2 participants