blob: 671f73d1e57995937cd9f698b946353ec4d8094e (
plain)
1
2
3
4
5
6
|
The first element of the ``__array_interface__["data"]`` tuple must be an integer
----------------------------------------------------------------------------------
This has been the documented interface for many years, but there was still
code that would accept a byte string representation of the pointer address.
That code has been removed, passing the address as a byte string will now
raise an error.
|