hpc / Spindle

Scalable dynamic library and python loading in HPC environments
Other
96 stars 23 forks source link

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

Closed mcfadden8 closed 6 years ago

mcfadden8 commented 6 years ago

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.

mplegendre commented 6 years ago

Fixed in devel branch.