Skip to content

[mypyc] Don't crash on non-inlinable final local reads#15719

Merged
JukkaL merged 1 commit intopython:masterfrom
ichard26:local-final-names
Feb 28, 2024
Merged

[mypyc] Don't crash on non-inlinable final local reads#15719
JukkaL merged 1 commit intopython:masterfrom
ichard26:local-final-names

Conversation

@ichard26
Copy link
Copy Markdown
Collaborator

@ichard26 ichard26 commented Jul 19, 2023

Copy link
Copy Markdown
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@JukkaL JukkaL merged commit 9f1c90a into python:master Feb 28, 2024
@ichard26 ichard26 deleted the local-final-names branch February 28, 2024 22:06
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.

Lack of error message when a variable is annotated with Final without explicit type. urllib.request.urlopen results in AssertionError

2 participants