From ae7f6ea59c5c9b4280d58f29bf2a6212bd41a55c Mon Sep 17 00:00:00 2001 From: Stephen Morton Date: Wed, 20 Nov 2024 19:43:11 -0800 Subject: [PATCH] clean up allowlist for gevent (#13056) --- stubs/gevent/@tests/stubtest_allowlist.txt | 2 -- stubs/gevent/@tests/stubtest_allowlist_linux.txt | 5 ----- 2 files changed, 7 deletions(-) diff --git a/stubs/gevent/@tests/stubtest_allowlist.txt b/stubs/gevent/@tests/stubtest_allowlist.txt index 80ac846cd..69af93a1b 100644 --- a/stubs/gevent/@tests/stubtest_allowlist.txt +++ b/stubs/gevent/@tests/stubtest_allowlist.txt @@ -90,8 +90,6 @@ gevent.subprocess.Popen.__del__ # we ignore all constants that start with at least one segment of all uppercase # letters before the underscore gevent\.socket\.[A-Z0-9]+(_\w+)? -gevent.socket.AddressInfo -gevent.socket.MsgFlag gevent.ssl.PROTOCOL_SSLv2 gevent.ssl.PROTOCOL_SSLv3 diff --git a/stubs/gevent/@tests/stubtest_allowlist_linux.txt b/stubs/gevent/@tests/stubtest_allowlist_linux.txt index 06a182a3f..d76885722 100644 --- a/stubs/gevent/@tests/stubtest_allowlist_linux.txt +++ b/stubs/gevent/@tests/stubtest_allowlist_linux.txt @@ -14,11 +14,6 @@ gevent.subprocess.Popen.rawlink # it for simplicity's sake gevent.socket.SocketType.sendmsg_afalg -# Due to the way gevent copies globals from other modules, there's a few symbols -# that may not end up in the module, that would otherwise end up there with a -# `from x import *`. None of these seem critical, so we ignore them -gevent.socket.MsgFlag - # Error: is inconsistent # ====================== # these are inconsistent due to the ParamSpec hack for positional only callables