HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

Fix bad reference counting in attr iteration #75

Closed mattjala closed 10 months ago

mattjala commented 11 months ago

This could sometimes cause segfaults when trying to close groups. h5py's attribute tests specifically ran into this issue, since h5py opens a group in order to iterate over its attributes.