@@ -21,7 +21,6 @@ frozenset.__reduce__ inherited
2121int.__getattribute__ inherited
2222int.__getnewargs__
2323list.__getattribute__ inherited
24- list.__init__ inherited
2524map.__getattribute__ inherited
2625map.__reduce__ inherited
2726memoryview.__delitem__
@@ -33,7 +32,6 @@ memoryview.f_contiguous
3332memoryview.suboffsets
3433range.__getattribute__ inherited
3534set.__getattribute__ inherited
36- set.__init__ inherited
3735set.__reduce__ inherited
3836slice.__doc__ inherited
3937slice.__getattribute__ inherited
@@ -108,9 +106,6 @@ list_iterator.__doc__ inherited
108106list_iterator.__getattribute__ inherited
109107range_iterator.__doc__ inherited
110108range_iterator.__getattribute__ inherited
111- range_iterator.__length_hint__
112- range_iterator.__reduce__ inherited
113- range_iterator.__setstate__
114109str_iterator.__doc__ inherited
115110str_iterator.__getattribute__ inherited
116111str_iterator.__length_hint__
@@ -256,55 +251,8 @@ _imp.check_hash_based_pycs
256251_imp.create_dynamic
257252_imp.exec_dynamic
258253_io.IncrementalNewlineDecoder
259- _operator.abs
260- _operator.add
261- _operator.and_
262- _operator.concat
263- _operator.contains
264- _operator.countOf
265- _operator.delitem
266- _operator.eq
267- _operator.floordiv
268- _operator.ge
269- _operator.getitem
270- _operator.gt
271- _operator.iadd
272- _operator.iand
273- _operator.iconcat
274- _operator.ifloordiv
275- _operator.ilshift
276- _operator.imatmul
277- _operator.imod
278- _operator.imul
279- _operator.indexOf
280254_operator.inv
281- _operator.invert
282- _operator.ior
283- _operator.ipow
284- _operator.irshift
285- _operator.is_
286- _operator.is_not
287- _operator.isub
288- _operator.itruediv
289- _operator.ixor
290- _operator.le
291- _operator.lshift
292- _operator.lt
293255_operator.matmul
294- _operator.mod
295- _operator.mul
296- _operator.ne
297- _operator.neg
298- _operator.not_
299- _operator.or_
300- _operator.pos
301- _operator.pow
302- _operator.rshift
303- _operator.setitem
304- _operator.sub
305- _operator.truediv
306- _operator.truth
307- _operator.xor
308256_signal.ITIMER_PROF
309257_signal.ITIMER_REAL
310258_signal.ITIMER_VIRTUAL
@@ -2066,7 +2014,7 @@ datetime.datetime (year, month=None, day=None, hour=0, minute=0, second=0, micro
20662014datetime.time (hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0) != ValueError('no signature found')
20672015datetime.timedelta (days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0) != ValueError('no signature found')
20682016datetime.timezone (offset, name=<object object at 0xdeadbeef>) != ValueError('no signature found')
2069- difflib.IS_LINE_JUNK (line, pat=<bound method match of re.compile('\\s*(?:#\\s*)?$')>) != (line, pat=<built-in method match of re.Pattern object at 0xdeadbeef>)
2017+ difflib.IS_LINE_JUNK (line, pat=<bound methodPattern. match of re.compile('\\s*(?:#\\s*)?$')>) != (line, pat=<built-in method match of re.Pattern object at 0xdeadbeef>)
20702018dis.dis None != (x=None, *, file=None, depth=None)
20712019dis.disassemble None != (co, lasti=-1, *, file=None)
20722020doctest.DocFileTest (path, module_relative=True, package=None, globs=None, parser=<DocTestParser object at 0xdeadbeef>, encoding=None, **options) != (path, module_relative=True, package=None, globs=None, parser=<doctest.DocTestParser object at 0xdeadbeef>, encoding=None, **options)
@@ -2095,9 +2043,6 @@ ipaddress._IPAddressBase ValueError('no signature found') != ()
20952043ipaddress._IPv4Constants ValueError('no signature found') != ()
20962044ipaddress._IPv6Constants ValueError('no signature found') != ()
20972045logging.Formatter (fmt=None, datefmt=None, style='%') != (fmt=None, datefmt=None, style='%', validate=True)
2098- operator.attrgetter (attr, *attrs) != ValueError('no signature found')
2099- operator.itemgetter (item, *items) != ValueError('no signature found')
2100- operator.methodcaller (*args, **kwargs) != ValueError('no signature found')
21012046os.PathLike ValueError('no signature found') != ()
21022047os.stat_result ValueError('no signature found') != (iterable=(), /)
21032048os.terminal_size ValueError('no signature found') != (iterable=(), /)
@@ -2250,4 +2195,4 @@ out of 276 modules:
22502195 not_implemented 91
22512196 failed_to_import 5
22522197 missing_items 76
2253- mismatched_items64
2198+ mismatched_items63