File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ _socket.AF_TIPC
244244_socket.AF_VSOCK
245245_socket.AF_WANPIPE
246246_socket.AF_X25
247+ _socket.AI_ALL
247248_socket.AI_CANONNAME
248249_socket.AI_V4MAPPED
249250_socket.ALG_OP_DECRYPT
@@ -637,8 +638,6 @@ posix.F_LOCK
637638posix.F_TEST
638639posix.F_TLOCK
639640posix.F_ULOCK
640- posix.GRND_NONBLOCK
641- posix.GRND_RANDOM
642641posix.MFD_ALLOW_SEALING
643642posix.MFD_CLOEXEC
644643posix.MFD_HUGETLB
@@ -717,7 +716,6 @@ posix.fdatasync
717716posix.fork
718717posix.forkpty
719718posix.fstatvfs
720- posix.getrandom
721719posix.getxattr
722720posix.killpg
723721posix.listxattr
@@ -982,8 +980,6 @@ os.F_LOCK
982980os.F_TEST
983981os.F_TLOCK
984982os.F_ULOCK
985- os.GRND_NONBLOCK
986- os.GRND_RANDOM
987983os.MFD_ALLOW_SEALING
988984os.MFD_CLOEXEC
989985os.MFD_HUGETLB
@@ -1130,6 +1126,7 @@ socket.AF_TIPC
11301126socket.AF_VSOCK
11311127socket.AF_WANPIPE
11321128socket.AF_X25
1129+ socket.AI_ALL
11331130socket.AI_CANONNAME
11341131socket.AI_V4MAPPED
11351132socket.ALG_OP_DECRYPT
Original file line number Diff line number Diff line change @@ -727,7 +727,6 @@ posix.makedev
727727posix.memfd_create
728728posix.minor
729729posix.mkfifo
730- posix.mknod
731730posix.pathconf_names
732731posix.posix_fadvise
733732posix.posix_fallocate
@@ -813,15 +812,7 @@ sys.thread_info
813812sys.unraisablehook
814813time._STRUCT_TM_ITEMS
815814time.altzone
816- time.clock_getres
817- time.clock_gettime
818- time.clock_gettime_ns
819- time.clock_settime
820- time.clock_settime_ns
821815time.daylight
822- time.get_clock_info
823- time.monotonic_ns
824- time.perf_counter_ns
825816time.pthread_getcpuclockid
826817time.timezone
827818time.tzname
You can’t perform that action at this time.
0 commit comments