Skip to content

Improve dict.fromkeys() with None value#5514

Merged
Akuli merged 1 commit into
python:masterfrom
srittau:dict-fromkeys
May 21, 2021
Merged

Improve dict.fromkeys() with None value#5514
Akuli merged 1 commit into
python:masterfrom
srittau:dict-fromkeys

Conversation

@srittau
Copy link
Copy Markdown
Collaborator

@srittau srittau commented May 21, 2021

Closes: #5512

@github-actions
Copy link
Copy Markdown
Contributor

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

@Akuli Akuli merged commit acca318 into python:master May 21, 2021
@srittau srittau deleted the dict-fromkeys branch May 21, 2021 17:30
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.

Dict created by dict.fromkeys with None as default value is not checked properly

2 participants