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

Add range-checking to Buffer objects in Python #7128

Merged
merged 1 commit into from
Oct 27, 2022

Commits on Oct 26, 2022

  1. Add range-checking to Buffer objects in Python

    using () to get or set a Buffer element wasn't being checked at runtime for Python, but it clearly should be, because Python. (Note that in C++ we don't always range-check for these operations -- it's limited to `assert()` checks -- but in Python the expectations are clearly different.)
    steven-johnson committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    dcde4bc View commit details
    Browse the repository at this point in the history