Spindle fstat() on opened local file should get stat() results from global file
mcfadden8 opened this issue · 1 comments
mcfadden8 commented
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
Fixed in devel branch.