astral-sh/uv

Loop on `EINTR` on file lock acquisition

Open

#15.996 geöffnet am 22. Sept. 2025

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (84.934 Stars) (3.111 Forks)batch import
help wanted

Beschreibung

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

Contributor Guide