astral-sh/uv

Loop on `EINTR` on file lock acquisition

开放

#15,996 创建于 2025年9月22日

 (2 条评论) (0 个反应) (0 位负责人)Rust (3,111 个派生)batch import
help wanted

仓库指标

星标
 (84,934 个星标)
PR 合并指标
 (平均合并 7天 16小时) (30 天内合并 259 个 PR)

描述

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

贡献者指南