Commit e77715e
gh-152548: Skip test_eintr where fcntl is unavailable
test_eintr.py was renamed from the never-collected _test_eintr.py, so its
top-level "import fcntl" now runs on every platform and crashed the module
import on Windows and WASI. Import fcntl through import_helper so the whole
module is skipped there instead, as the EINTR tests only run on Unix.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 09ef4ee commit e77715e
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments