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
# Mismatch of default values of `report` parameter:
199
+
_markupbase.ParserBase.parse_comment
200
+
_markupbase.ParserBase.parse_marked_section
201
+
198
202
_pydecimal.* # See comments in file
199
203
_typeshed.* # Utility types for typeshed, doesn't exist at runtime
200
204
argparse.ArgumentParser.__init__ # stubtest doesn't recognise the runtime default (a class) as being compatible with a callback protocol (the stub annotation)
@@ -307,6 +311,7 @@ functools._lru_cache_wrapper.cache_parameters # Cannot be detected statically
307
311
functools.cached_property.__set__ # doesn't exist, but cached_property is settable by another mechanism
308
312
309
313
hmac.new # Raises TypeError if optional argument digestmod is not provided
0 commit comments