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

BUG: Fix fill violating read-only flag. (#22959) #22970

Merged
merged 1 commit into from Jan 9, 2023

Commits on Jan 8, 2023

  1. Bug: Fix fill violating read-only flag. (numpy#22959)

    PyArray_FillWithScalar checks if destination is writeable before attempting to fill it.  A relevant test is added as a method of TestRegression
    
    Closes numpygh-22922
    
    Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
    2 people authored and charris committed Jan 8, 2023
    Copy the full SHA
    35d879c View commit details
    Browse the repository at this point in the history