@@ -34,7 +34,6 @@ poplib (entire module)
34
34
_posixshmem (entire module)
35
35
profile (entire module)
36
36
pstats (entire module)
37
- pyclbr (entire module)
38
37
_queue (entire module)
39
38
readline (entire module)
40
39
_sha2 (entire module)
@@ -101,11 +100,7 @@ __phello__.__file__
101
100
array.__file__
102
101
array.typecodes
103
102
_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
104
- _ast.PyCF_OPTIMIZED_AST
105
- _ast.PyCF_TYPE_COMMENTS
106
103
ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
107
- ast.PyCF_OPTIMIZED_AST
108
- ast.PyCF_TYPE_COMMENTS
109
104
binascii.__file__
110
105
_bisect.__file__
111
106
_blake2.BLAKE2B_MAX_DIGEST_SIZE
@@ -128,7 +123,6 @@ _codecs.utf_32_ex_decode
128
123
_codecs.utf_32_le_decode
129
124
_codecs.utf_32_le_encode
130
125
codecs.__file__
131
- codeop.PyCF_ONLY_AST
132
126
_collections._count_elements
133
127
configparser.MultilineContinuationError
134
128
configparser.UNNAMED_SECTION
@@ -237,7 +231,6 @@ dataclasses._FuncBuilder
237
231
dataclasses._get_slots
238
232
dataclasses._replace
239
233
datetime.datetime_CAPI
240
- decimal.HAVE_CONTEXTVAR
241
234
dis.ArgResolver
242
235
dis.BINARY_OP
243
236
dis.Bytecode
@@ -475,8 +468,6 @@ _locale.gettext
475
468
_locale.nl_langinfo
476
469
_locale.textdomain
477
470
locale._getdefaultlocale
478
- logging._afterFork
479
- logging._prepareFork
480
471
_lzma.CHECK_ID_MAX
481
472
_lzma.__file__
482
473
lzma.CHECK_ID_MAX
@@ -801,9 +792,6 @@ posix.waitid
801
792
posix.waitid_result
802
793
posix.writev
803
794
_posixsubprocess.__file__
804
- _pydecimal.HAVE_CONTEXTVAR
805
- _pydecimal._context_attributes
806
- _pydecimal._current_context_var
807
795
pydoc._adjust_cli_sys_path
808
796
pydoc._findclass
809
797
pydoc._finddoc
@@ -840,8 +828,6 @@ select.POLLRDNORM
840
828
select.POLLWRBAND
841
829
select.POLLWRNORM
842
830
select.__file__
843
- selectors._NOT_EPOLLIN
844
- selectors._NOT_EPOLLOUT
845
831
_sha1.SHA1Type
846
832
_sha1.__file__
847
833
_sha3.__file__
@@ -1248,29 +1234,7 @@ ssl._GLOBAL_DEFAULT_TIMEOUT
1248
1234
_stat.UF_DATAVAULT
1249
1235
_stat.UF_SETTABLE
1250
1236
_stat.UF_TRACKED
1251
- stat.SF_RESTRICTED
1252
- stat.UF_DATAVAULT
1253
- stat.UF_SETTABLE
1254
- stat.UF_TRACKED
1255
1237
_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
1274
1238
_strptime._findall
1275
1239
_struct.__file__
1276
1240
subprocess._HAVE_POSIX_SPAWN_CLOSEFROM
@@ -1331,7 +1295,6 @@ sysconfig._get_python_version_abi
1331
1295
sysconfig._init_config_vars
1332
1296
syslog.LOG_FTP
1333
1297
syslog.__file__
1334
- tabnanny._process_tokens
1335
1298
tempfile._dont_follow_symlinks
1336
1299
tempfile._resetperms
1337
1300
termios.CDSUSP
@@ -1663,10 +1626,7 @@ _warnings._onceregistry
1663
1626
_warnings.filters
1664
1627
_warnings.warn_explicit
1665
1628
warnings._defaultaction
1666
- warnings._is_filename_to_skip
1667
- warnings._is_internal_filename
1668
1629
warnings._onceregistry
1669
- warnings.deprecated
1670
1630
zipfile._Extra
1671
1631
zipfile._MASK_COMPRESSED_PATCH
1672
1632
zipfile._MASK_COMPRESS_OPTION_1
@@ -1687,10 +1647,10 @@ zoneinfo.TZPATH
1687
1647
1688
1648
# summary
1689
1649
# cpython_modules 287
1690
- # implemented 91
1691
- # not_implemented 53
1650
+ # implemented 98
1651
+ # not_implemented 52
1692
1652
# 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
1696
1656
# not_implementeds 21
0 commit comments