@@ -34,7 +34,6 @@ poplib (entire module)
3434_posixshmem (entire module)
3535profile (entire module)
3636pstats (entire module)
37- pyclbr (entire module)
3837_queue (entire module)
3938readline (entire module)
4039_sha2 (entire module)
@@ -101,11 +100,7 @@ __phello__.__file__
101100array.__file__
102101array.typecodes
103102_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
104- _ast.PyCF_OPTIMIZED_AST
105- _ast.PyCF_TYPE_COMMENTS
106103ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
107- ast.PyCF_OPTIMIZED_AST
108- ast.PyCF_TYPE_COMMENTS
109104binascii.__file__
110105_bisect.__file__
111106_blake2.BLAKE2B_MAX_DIGEST_SIZE
@@ -128,7 +123,6 @@ _codecs.utf_32_ex_decode
128123_codecs.utf_32_le_decode
129124_codecs.utf_32_le_encode
130125codecs.__file__
131- codeop.PyCF_ONLY_AST
132126_collections._count_elements
133127configparser.MultilineContinuationError
134128configparser.UNNAMED_SECTION
@@ -237,7 +231,6 @@ dataclasses._FuncBuilder
237231dataclasses._get_slots
238232dataclasses._replace
239233datetime.datetime_CAPI
240- decimal.HAVE_CONTEXTVAR
241234dis.ArgResolver
242235dis.BINARY_OP
243236dis.Bytecode
@@ -475,8 +468,6 @@ _locale.gettext
475468_locale.nl_langinfo
476469_locale.textdomain
477470locale._getdefaultlocale
478- logging._afterFork
479- logging._prepareFork
480471_lzma.CHECK_ID_MAX
481472_lzma.__file__
482473lzma.CHECK_ID_MAX
@@ -801,9 +792,6 @@ posix.waitid
801792posix.waitid_result
802793posix.writev
803794_posixsubprocess.__file__
804- _pydecimal.HAVE_CONTEXTVAR
805- _pydecimal._context_attributes
806- _pydecimal._current_context_var
807795pydoc._adjust_cli_sys_path
808796pydoc._findclass
809797pydoc._finddoc
@@ -840,8 +828,6 @@ select.POLLRDNORM
840828select.POLLWRBAND
841829select.POLLWRNORM
842830select.__file__
843- selectors._NOT_EPOLLIN
844- selectors._NOT_EPOLLOUT
845831_sha1.SHA1Type
846832_sha1.__file__
847833_sha3.__file__
@@ -1248,29 +1234,7 @@ ssl._GLOBAL_DEFAULT_TIMEOUT
12481234_stat.UF_DATAVAULT
12491235_stat.UF_SETTABLE
12501236_stat.UF_TRACKED
1251- stat.SF_RESTRICTED
1252- stat.UF_DATAVAULT
1253- stat.UF_SETTABLE
1254- stat.UF_TRACKED
12551237_statistics.__file__
1256- statistics._SQRT2
1257- statistics.__annotations__
1258- statistics._decimal_sqrt_of_frac
1259- statistics._float_sqrt_of_frac
1260- statistics._integer_sqrt_of_frac_rto
1261- statistics._kernel_invcdfs
1262- statistics._mean_stdev
1263- statistics._newton_raphson
1264- statistics._quartic_invcdf
1265- statistics._quartic_invcdf_estimate
1266- statistics._rank
1267- statistics._sqrt_bit_width
1268- statistics._sqrtprod
1269- statistics._triweight_invcdf
1270- statistics._triweight_invcdf_estimate
1271- statistics.kde
1272- statistics.kde_random
1273- statistics.pi
12741238_strptime._findall
12751239_struct.__file__
12761240subprocess._HAVE_POSIX_SPAWN_CLOSEFROM
@@ -1331,7 +1295,6 @@ sysconfig._get_python_version_abi
13311295sysconfig._init_config_vars
13321296syslog.LOG_FTP
13331297syslog.__file__
1334- tabnanny._process_tokens
13351298tempfile._dont_follow_symlinks
13361299tempfile._resetperms
13371300termios.CDSUSP
@@ -1663,10 +1626,7 @@ _warnings._onceregistry
16631626_warnings.filters
16641627_warnings.warn_explicit
16651628warnings._defaultaction
1666- warnings._is_filename_to_skip
1667- warnings._is_internal_filename
16681629warnings._onceregistry
1669- warnings.deprecated
16701630zipfile._Extra
16711631zipfile._MASK_COMPRESSED_PATCH
16721632zipfile._MASK_COMPRESS_OPTION_1
@@ -1687,10 +1647,10 @@ zoneinfo.TZPATH
16871647
16881648# summary
16891649# cpython_modules 287
1690- # implemented 91
1691- # not_implemented 53
1650+ # implemented 98
1651+ # not_implemented 52
16921652# failed_to_import 0
1693- # missing_items 123
1694- # mismatched_items 69
1695- # mismatched_doc_items 63
1653+ # missing_items 115
1654+ # mismatched_items 68
1655+ # mismatched_doc_items 61
16961656# not_implementeds 21
0 commit comments