Skip to content

py/objdict: Fix fromkeys to return the right type. #8175

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

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

kbsriram
Copy link

Fixes #8173

It seemed like a small fix, and mostly independent of upstream plans around micropython#6173 - so sending it your way
to use if convenient.

I also filed an issue upstream
micropython#12011

Fixes adafruit#8173

It looks like a small fix, and mostly independent of upstream
plans around micropython#6173

I also filed an issue upstream
micropython#12011
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Looks good. Thank you!

@tannewt tannewt merged commit e2e8b16 into adafruit:main Jul 17, 2023
@kbsriram kbsriram deleted the fromkeys-fix branch July 18, 2023 01: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.

OrderedDict.fromkeys returns an (unordered) dict
2 participants