We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are already in src/old/cpython/CPython.jl, just need migrating.
src/old/cpython/CPython.jl
The text was updated successfully, but these errors were encountered:
Actually ctypes scalars are mutable and expose the buffer interface, so just keep these as-is.
Sorry, something went wrong.
Numpy scalars already support conversion to Number because they are subtypes of numbers.Number etc.
Number
numbers.Number
But it would be good to convert numpy.int32 to Int32 by directly reading the value from the object.
numpy.int32
Int32
Done a while ago!
No branches or pull requests
These are already in
src/old/cpython/CPython.jl
, just need migrating.The text was updated successfully, but these errors were encountered: