Skip to content

Commit deb3612

Browse files
committed
Stubtest allowlist fixes
1 parent 0a4b0e1 commit deb3612

4 files changed

Lines changed: 1 addition & 3 deletions

File tree

stdlib/@tests/stubtest_allowlists/darwin-py314.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ctypes.c_longdouble_complex._type_
1414
multiprocessing.popen_fork.Popen.interrupt
1515
multiprocessing.reduction.ACKNOWLEDGE
1616
posix.readinto
17-
select.EPOLLWAKEUP
1817

1918

2019
# =======

stdlib/@tests/stubtest_allowlists/linux-py314.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1514
asyncio.tools

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

stdlib/@tests/stubtest_allowlists/win32-py314.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# ====================================================================
44

55
_socket.IPV6_RECVERR
6-
_socket.IP_RECVTTL
76
_socket.SO_ORIGINAL_DST
87
socket.IPV6_RECVERR
98
socket.IP_RECVERR

0 commit comments

Comments
 (0)