hdf5
hdf5 copied to clipboard
Alert users to not change collections in user callbacks while iterating
H5Iiterate
is a case in point, but all modules should be reviewed.
https://docs.hdfgroup.org/hdf5/develop/group___h5_i_u_d.html#ga3bc2a11a594bf484cc5dc69ac987d0f4
Update H5Ipublic.h
@gheber , what do you mean by "collections" in this issue?
Mostly groups (= collections of links), attribute collections of objects, etc. I.e., don't change a group that you are iterating. OK?
I still don't understand. Please assign this to someone who wrote this function or is familiar with.