Open nmcclatchey opened 5 years ago
Much like #52, npz_load leaks open FILE objects if an exception is thrown. Examples of locations that may throw exceptions include:
npz_load
FILE
load_the_npy_file()
Much like #52,
npz_load
leaks openFILE
objects if an exception is thrown. Examples of locations that may throw exceptions include:load_the_npy_file()
.