You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C code allows to place an empty array of a specified type into an nvlist_t object,
but on the Python side it is currently impossible to deduce the intended value type
from an empty array. Also, at present there is no way to provide the type explicitly.
The text was updated successfully, but these errors were encountered:
C code allows to place an empty array of a specified type into an
nvlist_t
object,but on the Python side it is currently impossible to deduce the intended value type
from an empty array. Also, at present there is no way to provide the type explicitly.
The text was updated successfully, but these errors were encountered: