Skip to content

Fix crash when indexing TypedDict with empty key#15392

Merged
hauntsaninja merged 1 commit intopython:masterfrom
hauntsaninja:typed-dict-crash
Jun 8, 2023
Merged

Fix crash when indexing TypedDict with empty key#15392
hauntsaninja merged 1 commit intopython:masterfrom
hauntsaninja:typed-dict-crash

Conversation

@hauntsaninja
Copy link
Copy Markdown
Collaborator

Fixes #15389

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 8, 2023

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

@hauntsaninja hauntsaninja merged commit f54c309 into python:master Jun 8, 2023
@hauntsaninja hauntsaninja deleted the typed-dict-crash branch June 8, 2023 04:59
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.

Accessing null key in TypedDict cause an internal error

2 participants