File tree Expand file tree Collapse file tree 2 files changed +5
-28
lines changed Expand file tree Collapse file tree 2 files changed +5
-28
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ _tracemalloc (entire module)
5959tracemalloc (entire module)
6060turtle (entire module)
6161turtledemo (entire module)
62- _typing (entire module)
6362wave (entire module)
6463_xxinterpchannels (entire module)
6564xxlimited_35 (entire module)
@@ -404,10 +403,6 @@ gc.get_freeze_count
404403gc.get_referents
405404gc.is_finalized
406405gc.unfreeze
407- gettext.dnpgettext
408- gettext.dpgettext
409- gettext.npgettext
410- gettext.pgettext
411406grp.__file__
412407gzip.READ_BUFFER_SIZE
413408gzip._WRITE_BUFFER_SIZE
@@ -596,18 +591,6 @@ os.confstr_names
596591os.fwalk
597592os.statvfs_result
598593os.supports_effective_ids
599- os.sysconf_names
600- pathlib._DoubleRecursiveWildcardSelector
601- pathlib._FNMATCH_PREFIX
602- pathlib._FNMATCH_SLICE
603- pathlib._FNMATCH_SUFFIX
604- pathlib._IGNORED_ERRNOS
605- pathlib._ParentSelector
606- pathlib._SWAP_SEP_AND_NEWLINE
607- pathlib._WIN_RESERVED_NAMES
608- pathlib._compile_pattern
609- pathlib._compile_pattern_lines
610- pathlib._is_case_sensitive
611594pdb._ModuleTarget
612595pdb._ScriptTarget
613596pickle.PickleBuffer
@@ -752,8 +735,6 @@ posix.setpgrp
752735posix.setxattr
753736posix.splice
754737posix.statvfs
755- posix.sysconf
756- posix.sysconf_names
757738posix.tcgetpgrp
758739posix.tcsetpgrp
759740posix.unshare
@@ -1505,10 +1486,10 @@ zlib.__version__
15051486
15061487# summary
15071488# cpython_modules 282
1508- # implemented 90
1509- # not_implemented 67
1489+ # implemented 92
1490+ # not_implemented 66
15101491# failed_to_import 0
1511- # missing_items 105
1512- # mismatched_items 61
1513- # mismatched_doc_items 49
1492+ # missing_items 103
1493+ # mismatched_items 60
1494+ # mismatched_doc_items 50
15141495# not_implementeds 37
Original file line number Diff line number Diff line change @@ -1258,15 +1258,11 @@ sys.addaudithook
12581258sys.call_tracing
12591259sys.deactivate_stack_trampoline
12601260sys.exception
1261- sys.get_asyncgen_hooks
1262- sys.get_coroutine_origin_tracking_depth
12631261sys.getallocatedblocks
12641262sys.getdlopenflags
12651263sys.getswitchinterval
12661264sys.getunicodeinternedsize
12671265sys.is_stack_trampoline_active
1268- sys.set_asyncgen_hooks
1269- sys.set_coroutine_origin_tracking_depth
12701266sys.setdlopenflags
12711267sys.setswitchinterval
12721268sys.stdlib_module_names
You can’t perform that action at this time.
0 commit comments