File tree Expand file tree Collapse file tree
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ ctypes.c_longdouble_complex._type_
1414multiprocessing.popen_fork.Popen.interrupt
1515multiprocessing.reduction.ACKNOWLEDGE
1616posix.readinto
17- select.EPOLLWAKEUP
1817
1918
2019# =======
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ _socket.IPV6_RECVERR
99_socket.IP_FREEBIND
1010_socket.IP_RECVERR
1111_socket.IP_RECVORIGDSTADDR
12- _socket.IP_RECVTTL
1312_socket.SO_ORIGINAL_DST
1413_socket.VMADDR_CID_LOCAL
1514asyncio.tools
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ _heapq.heappushpop_max
134134_heapq.heapreplace_max
135135_imp.pyc_magic_number_token
136136_posixsubprocess.fork_exec
137+ _socket.IP_RECVTTL
137138_socket.if_indextoname
138139_ssl.HAS_PHA
139140_thread.RLock.locked
Original file line number Diff line number Diff line change 33# ====================================================================
44
55_socket.IPV6_RECVERR
6- _socket.IP_RECVTTL
76_socket.SO_ORIGINAL_DST
87socket.IPV6_RECVERR
98socket.IP_RECVERR
You can’t perform that action at this time.
0 commit comments