- Fixed regression which would cause a crash when invoking
resize()
with a tuple of
numpy.int64
as argument instead of a tuple of ints, e.g. such as one constructed
fromh5py.Dataset.size
.
resize()
with a tuple ofnumpy.int64
as argument instead of a tuple of ints, e.g. such as one constructedh5py.Dataset.size
.