astral-sh/uv

Loop on `EINTR` on file lock acquisition

Open

#15,996 建立於 2025年9月22日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Rust (84,934 star) (3,111 fork)batch import
help wanted

描述

We should loop on EINTR, and probably in the blocking cases too, unless I'm missing something that already does that.

Originally posted by @geofft in https://github.com/astral-sh/uv/pull/15992#discussion_r2370330069

貢獻者指南

Loop on `EINTR` on file lock acquisition · astral-sh/uv#15996 | Good First Issue