-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
gh-91484: Allow memoryview cast for F-contiguous #137803
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
base: main
Are you sure you want to change the base?
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change needs a NEWS entry, you can do it via the web interface (comment above) or with the blurb tool locally. You also have some trailing whitespace.
@corona10 Please check my Pull Request |
@StanFromIreland thank you! I added NEWS entry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check lint status, looks like there is empty space in some line.
Ok, I removed the trailing whitespace. |
Allow N-D to 1-D memoryview cast for F-contiguous
memoryview
s incast
#91484