clean up allowlist for gevent (#13056)

This commit is contained in:
Stephen Morton
2024-11-20 19:43:11 -08:00
committed by GitHub
parent fd6f10c8d1
commit ae7f6ea59c
2 changed files with 0 additions and 7 deletions

View File

@@ -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

View File

@@ -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