Don't import module `lock` at global scope.
`lock` depends on `fcntl`, which doesn't exist on Windows. Until someone implements an equivalent locking mechanism on Windows, we can't have lock imported globally. llvm-svn: 237946
Loading
Please sign in to comment