Commit 95aa4ad
pythonGH-111804: Drop posix.fallocate() under WASI (pythonGH-111869)
Drop posix.fallocate() under WASI.
The underlying POSIX function, posix_fallocate(), was found to vary too
much between implementations to remain in WASI. As such, while it was
available in WASI preview1, it's been dropped in preview2.1 parent 7907203 commit 95aa4ad
File tree
3 files changed
+10
-5
lines changed- Misc/NEWS.d/next/Library
- Modules
- clinic
3 files changed
+10
-5
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12165 | 12165 | | |
12166 | 12166 | | |
12167 | 12167 | | |
12168 | | - | |
| 12168 | + | |
| 12169 | + | |
| 12170 | + | |
| 12171 | + | |
12169 | 12172 | | |
12170 | 12173 | | |
12171 | 12174 | | |
| |||
12203 | 12206 | | |
12204 | 12207 | | |
12205 | 12208 | | |
12206 | | - | |
| 12209 | + | |
12207 | 12210 | | |
12208 | 12211 | | |
12209 | 12212 | | |
| |||
0 commit comments