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

Have start and end kwargs respect element size #7444

Merged
merged 3 commits into from
Jan 14, 2023

Commits on Jan 11, 2023

  1. Have start and end kwargs respect element size

    The comment says it is `buffer[start:end]` but it assumed elements
    were a single byte long. Now it correctly does multibyte elements
    from array.array.
    
    Fixes micropython#4988
    tannewt committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    aa2ba4d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Fix pin_or_none

    tannewt committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    987d9a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b0db80 View commit details
    Browse the repository at this point in the history