Skip to content

fix deque implementation from upstream #10380

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
May 28, 2025
Merged

Conversation

bablokb
Copy link

@bablokb bablokb commented May 28, 2025

This is a verbatim upstream patch for the implementation of deques, see micropython#16108.

I know upstream is merged once in a while, but this bug basically makes deques unusable, so please consider merging it now.

Tested with a Pico using the code from the original PR.

Copy link
Collaborator

@eightycc eightycc left a comment

Choose a reason for hiding this comment

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

I've reviewed these changes as well as the upstream PR micropython#16108 and it looks good. Thank you! I'll check with @dhalbert before merging it.

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

This is fine!

@dhalbert dhalbert merged commit 361dbc0 into adafruit:9.2.x May 28, 2025
613 checks passed
@dhalbert dhalbert mentioned this pull request May 28, 2025
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.

3 participants