stdlib: Add os.pidfd_open(pid)

This commit is contained in:
Martin Fischer
2022-03-06 15:57:52 -08:00
committed by Jelle Zijlstra
parent 9abf314a5b
commit 81a85f18b6
4 changed files with 5 additions and 5 deletions
@@ -29,7 +29,6 @@ os.copy_file_range
os.eventfd
os.eventfd_read
os.eventfd_write
os.pidfd_open
os.splice
posix.EFD_[A-Z]+
posix.SPLICE_[A-Z_]+
@@ -37,5 +36,4 @@ posix.copy_file_range
posix.eventfd
posix.eventfd_read
posix.eventfd_write
posix.pidfd_open
posix.splice
-2
View File
@@ -3,6 +3,4 @@ select.epoll.register
# Exists at runtime, but missing from stubs
os.copy_file_range
os.pidfd_open
posix.copy_file_range
posix.pidfd_open