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