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

Skip to content

Conversation

charris
Copy link
Member

@charris charris commented Apr 2, 2025

Backport of #28600.

Explicitly set the writeable flag in from_dlpack as the inverse of the dlpack read_only flag. Previously it was not actually being set.

Additionally, update the readonly logic such that legacy unversioned DLPacks are never writeable, for compatibility with old behavior.

Fixes #28599

Explicitly set the writeable flag in from_dlpack as the inverse of the
dlpack read_only flag. Previously it was not actually being set.

Additionally, update the readonly logic such that legacy unversioned
DLPacks are never writeable, for compatibility with old behavior.

Fixes numpy#28599
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Apr 2, 2025
@charris charris added this to the 2.2.5 release milestone Apr 2, 2025
@charris charris merged commit 7f3361f into numpy:maintenance/2.2.x Apr 2, 2025
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00 - Bug 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant