You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/stubtest_allowlists/py3_common.txt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -168,8 +168,7 @@ shutil.rmtree # stubtest doesn't like that we have this as an instance of a cal
168
168
socketserver.BaseServer.fileno # implemented in derived classes
169
169
socketserver.BaseServer.get_request # implemented in derived classes
170
170
socketserver.BaseServer.server_bind # implemented in derived classes
171
-
ssl.Purpose.__new__ # You cannot override __new__ in NamedTuple and runtime uses namedtuple.
172
-
ssl._ASN1Object.__new__ # You cannot override __new__ in NamedTuple and runtime uses namedtuple.
171
+
ssl.Purpose.__new__ # the multiple inheritance confuses mypy
173
172
(sys.get_int_max_str_digits)? # Added in a patch release, backported to all security branches, but has yet to find its way to all GitHub Actions images
174
173
sys.implementation # Actually SimpleNamespace but then you wouldn't have convenient attributes
175
174
(sys.set_int_max_str_digits)? # Added in a patch release, backported to all security branches, but has yet to find its way to all GitHub Actions images
0 commit comments