fsnotify
fsnotify copied to clipboard
getLastModificationTime can fail and raise OSError
Very rarely when polling for a file, os.getLastModificationTime can fail to find the file (as it was just removed) after os.fileExists returns true and thus raises OSError.