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 daemon crash on invalid type in TypedDict #17495

Merged
merged 2 commits into from
Jul 6, 2024

Conversation

ilevkivskyi
Copy link
Member

Fixes #10007
Fixes #17477

This fixes the crash as proposed in #13732, but also fixes some inconsistencies in Any types exposed by the fix.

Copy link
Contributor

github-actions bot commented Jul 6, 2024

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

@ilevkivskyi ilevkivskyi merged commit e5b3b56 into python:master Jul 6, 2024
18 checks passed
@ilevkivskyi ilevkivskyi deleted the fix-dict-daemon-crash branch July 6, 2024 21:04
JukkaL pushed a commit that referenced this pull request Jul 18, 2024
Fixes #10007
Fixes #17477

This fixes the crash as proposed in
#13732, but also fixes some
inconsistencies in `Any` types exposed by the fix.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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