Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BUG,DEP: Fix writeable flag setting for arrays without base #13620

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 25, 2019

Conversation

charris
Copy link
Member

@charris charris commented May 24, 2019

This also deprecates setting a non-writeable array to writeable if
that array does not own its data (and has no base object to check if
the memory may be writeable). (Deprecation on Python side only)

Closes gh-481

This also deprecates setting a non-writeable array to writeable if
that array does not own its data (and has no base object to check if
the memory may be writeable). (Deprecation on Python side only)

Closes numpygh-481
@charris charris added this to the 1.16.4 release milestone May 24, 2019
@charris charris merged commit 3fb956e into numpy:maintenance/1.16.x May 25, 2019
@charris charris deleted the backport-13463 branch May 25, 2019 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants