@@ -129,7 +129,6 @@ cProfile (entire module)
129129contextvars (entire module)
130130ctypes (entire module)
131131curses (entire module)
132- dataclasses (entire module)
133132ensurepip (entire module)
134133filecmp (entire module)
135134fileinput (entire module)
@@ -565,10 +564,8 @@ binascii.Error
565564binascii.Incomplete
566565binascii.a2b_hqx
567566binascii.a2b_qp
568- binascii.a2b_uu
569567binascii.b2a_hqx
570568binascii.b2a_qp
571- binascii.b2a_uu
572569binascii.crc_hqx
573570binascii.rlecode_hqx
574571binascii.rledecode_hqx
@@ -761,7 +758,6 @@ posix.confstr
761758posix.confstr_names
762759posix.ctermid
763760posix.device_encoding
764- posix.fchdir
765761posix.fchmod
766762posix.fdatasync
767763posix.fork
@@ -883,11 +879,7 @@ time.daylight
883879time.get_clock_info
884880time.monotonic_ns
885881time.perf_counter_ns
886- time.process_time
887- time.process_time_ns
888882time.pthread_getcpuclockid
889- time.thread_time
890- time.thread_time_ns
891883time.timezone
892884time.tzname
893885time.tzset
@@ -1909,7 +1901,6 @@ calendar.prmonth None != (theyear, themonth, w=0, l=0)
19091901calendar.prweek None != (theweek, width)
19101902calendar.week None != (theweek, width)
19111903calendar.weekheader None != (width)
1912- codecs.open (filename, mode='r', encoding=None, errors='strict', buffering=1) != (filename, mode='r', encoding=None, errors='strict', buffering=-1)
19131904collections.Counter (*args, **kwds) != (iterable=None, /, **kwds)
19141905collections.OrderedDict (*args, **kwds) != ValueError('no signature found')
19151906collections.UserDict (*args, **kwargs) != (dict=None, /, **kwargs)
@@ -1985,9 +1976,6 @@ symtable.Symbol ValueError('no signature found') != (name, flags, namespaces=Non
19851976symtable.SymbolTable ValueError('no signature found') != (raw_table, filename)
19861977symtable.symtable None != (code, filename, compile_type)
19871978tarfile.open None != (name=None, mode='r', fileobj=None, bufsize=10240, **kwargs)
1988- timeit.Timer (stmt='pass', setup='pass', timer=<built-in function time>, globals=None) != (stmt='pass', setup='pass', timer=<built-in function perf_counter>, globals=None)
1989- timeit.repeat (stmt='pass', setup='pass', timer=<built-in function time>, repeat=5, number=1000000, globals=None) != (stmt='pass', setup='pass', timer=<built-in function perf_counter>, repeat=5, number=1000000, globals=None)
1990- timeit.timeit (stmt='pass', setup='pass', timer=<built-in function time>, number=1000000, globals=None) != (stmt='pass', setup='pass', timer=<built-in function perf_counter>, number=1000000, globals=None)
19911979traceback.StackSummary ValueError('no signature found') != (iterable=(), /)
19921980uuid.UUID (hex=None, bytes=None, bytes_le=None, fields=None, int=None, version=None) != (hex=None, bytes=None, bytes_le=None, fields=None, int=None, version=None, *, is_safe=<SafeUUID.unknown: None>)
19931981uuid.getnode () != (*, getters=None)
@@ -2000,7 +1988,7 @@ webbrowser.register (name, klass, instance=None, update_tryorder=1) != (name, kl
20001988resource.struct_rusage ValueError('no signature found') != (iterable=(), /)
20011989
20021990out of 276 modules:
2003- not_implemented90
1991+ not_implemented89
20041992 failed_to_import 5
20051993 missing_items 72
2006- mismatched_items47
1994+ mismatched_items45