File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ _posixshmem (entire module)
38
38
profile (entire module)
39
39
pstats (entire module)
40
40
pyclbr (entire module)
41
- _pyrepl (entire module)
42
41
_queue (entire module)
43
42
readline (entire module)
44
43
_sha2 (entire module)
@@ -525,7 +524,6 @@ locale._getdefaultlocale
525
524
logging._afterFork
526
525
logging._prepareFork
527
526
math.__file__
528
- math.fma
529
527
_md5.MD5Type
530
528
_md5.__file__
531
529
mimetypes._mimetypes_read_windows_registry
@@ -938,7 +936,6 @@ signal.sigwait
938
936
signal.struct_siginfo
939
937
signal.valid_signals
940
938
site._get_implementation
941
- site.gethistoryfile
942
939
site.register_readline
943
940
_socket.AF_QIPCRTR
944
941
_socket.AF_ROSE
@@ -1518,7 +1515,6 @@ symtable._newSymbolTable
1518
1515
symtable._scopes_names
1519
1516
symtable._scopes_value_to_name
1520
1517
symtable.main
1521
- sys._baserepl
1522
1518
sys._clear_internal_caches
1523
1519
sys._clear_type_cache
1524
1520
sys._current_exceptions
@@ -1978,8 +1974,8 @@ zoneinfo.TZPATH
1978
1974
1979
1975
# summary
1980
1976
# cpython_modules 287
1981
- # implemented 78
1982
- # not_implemented 61
1977
+ # implemented 79
1978
+ # not_implemented 60
1983
1979
# failed_to_import 0
1984
1980
# missing_items 129
1985
1981
# mismatched_items 70
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ _opcode
27
27
_opcode_metadata
28
28
_pickle
29
29
_posixshmem
30
- _pyrepl
31
30
_queue
32
31
_sha2
33
32
_sqlite3
Original file line number Diff line number Diff line change @@ -1637,7 +1637,6 @@ _thread.start_new
1637
1637
threading._DeleteDummyThreadOnDel
1638
1638
threading.setprofile_all_threads
1639
1639
threading.settrace_all_threads
1640
- time._STRUCT_TM_ITEMS
1641
1640
time.altzone
1642
1641
time.pthread_getcpuclockid
1643
1642
time.tzset
@@ -1984,5 +1983,5 @@ zoneinfo.TZPATH
1984
1983
# failed_to_import 0
1985
1984
# missing_items 129
1986
1985
# mismatched_items 70
1987
- # mismatched_doc_items 66
1986
+ # mismatched_doc_items 65
1988
1987
# not_implementeds 33
You can’t perform that action at this time.
0 commit comments