File tree 2 files changed +5
-28
lines changed
2 files changed +5
-28
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ _tracemalloc (entire module)
59
59
tracemalloc (entire module)
60
60
turtle (entire module)
61
61
turtledemo (entire module)
62
- _typing (entire module)
63
62
wave (entire module)
64
63
_xxinterpchannels (entire module)
65
64
xxlimited_35 (entire module)
@@ -404,10 +403,6 @@ gc.get_freeze_count
404
403
gc.get_referents
405
404
gc.is_finalized
406
405
gc.unfreeze
407
- gettext.dnpgettext
408
- gettext.dpgettext
409
- gettext.npgettext
410
- gettext.pgettext
411
406
grp.__file__
412
407
gzip.READ_BUFFER_SIZE
413
408
gzip._WRITE_BUFFER_SIZE
@@ -596,18 +591,6 @@ os.confstr_names
596
591
os.fwalk
597
592
os.statvfs_result
598
593
os.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
611
594
pdb._ModuleTarget
612
595
pdb._ScriptTarget
613
596
pickle.PickleBuffer
@@ -752,8 +735,6 @@ posix.setpgrp
752
735
posix.setxattr
753
736
posix.splice
754
737
posix.statvfs
755
- posix.sysconf
756
- posix.sysconf_names
757
738
posix.tcgetpgrp
758
739
posix.tcsetpgrp
759
740
posix.unshare
@@ -1505,10 +1486,10 @@ zlib.__version__
1505
1486
1506
1487
# summary
1507
1488
# cpython_modules 282
1508
- # implemented 90
1509
- # not_implemented 67
1489
+ # implemented 92
1490
+ # not_implemented 66
1510
1491
# 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
1514
1495
# not_implementeds 37
Original file line number Diff line number Diff line change @@ -1258,15 +1258,11 @@ sys.addaudithook
1258
1258
sys.call_tracing
1259
1259
sys.deactivate_stack_trampoline
1260
1260
sys.exception
1261
- sys.get_asyncgen_hooks
1262
- sys.get_coroutine_origin_tracking_depth
1263
1261
sys.getallocatedblocks
1264
1262
sys.getdlopenflags
1265
1263
sys.getswitchinterval
1266
1264
sys.getunicodeinternedsize
1267
1265
sys.is_stack_trampoline_active
1268
- sys.set_asyncgen_hooks
1269
- sys.set_coroutine_origin_tracking_depth
1270
1266
sys.setdlopenflags
1271
1267
sys.setswitchinterval
1272
1268
sys.stdlib_module_names
You can’t perform that action at this time.
0 commit comments