hpc/Spindle

Spindle fstat() on opened local file should get stat() results from global file

mcfadden8 opened this issue · 1 comments

It has been noticed that python will sometimes perform an fstat() operations on local .py files while performing stat() operations on global .pyc files which may yield unexpected results when comparing modification times of .py and .pyc files.

Fixed in devel branch.