-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-90751: memoryview now supports half-float #96738
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
Conversation
|
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.
Thank you @corona10 .
Can you also add half-float to the generic tests in test_buffer.py
?
When you're done making the requested changes, leave the comment: |
Hmm, would you like to recommend the proper place? |
@corona10 You can use this patch: but you'll see that it triggers some "RuntimeError: memoryview: internal error in richcompare" exceptions. |
Thanks, I implemented
|
With Numpy installed I get errors, will push a fix. |
Thanks |
@pitrou
|
Forget about #96738 (comment)
|
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.
LGTM
Thanks a lot @corona10 ! |
|
With patch