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

Fix crash on TypedDict unpacking for ParamSpec #17358

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

ilevkivskyi
Copy link
Member

Fixes #17345
Fixes #17112
Fixes #16616

Oh well, I clearly remember I have put those lines before if only because otherwise the line would be 101 chars long, and I didn't want to wrap arguments. Now I see it was a bad idea, LOL.

Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@ilevkivskyi
Copy link
Member Author

Actually, I am not going to wait for review, since the fix is trivial.

@ilevkivskyi ilevkivskyi merged commit 317533c into python:master Jun 10, 2024
18 checks passed
@ilevkivskyi ilevkivskyi deleted the fix-ps-td branch June 10, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant