os: Params for posix_fallocate and posix_fadvise are pos-only (#8283)

https://github.com/python/cpython/blob/90a6e56e5663233fe986331ef3f10422fe57dcbc/Modules/posixmodule.c#L10845
This commit is contained in:
Jelle Zijlstra
2022-07-12 12:19:41 -07:00
committed by GitHub
parent a0f6fb5669
commit 2a1b33df9f
3 changed files with 2 additions and 6 deletions
@@ -5,8 +5,6 @@ _?curses.color_pair
(os|posix).SPLICE_F_MORE
(os|posix).SPLICE_F_MOVE
(os|posix).SPLICE_F_NONBLOCK
(os|posix).posix_fadvise
(os|posix).posix_fallocate
(os|posix).sched_getaffinity
(os|posix).sched_getparam
(os|posix).sched_getscheduler
@@ -7,8 +7,6 @@ mmap.MAP_STACK
(os|posix).SPLICE_F_MORE
(os|posix).SPLICE_F_MOVE
(os|posix).SPLICE_F_NONBLOCK
(os|posix).posix_fadvise
(os|posix).posix_fallocate
(os|posix).sched_getaffinity
(os|posix).sched_getparam
(os|posix).sched_getscheduler