File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ _posixshmem (entire module)
3838profile (entire module)
3939pstats (entire module)
4040pyclbr (entire module)
41- _pyrepl (entire module)
4241_queue (entire module)
4342readline (entire module)
4443_sha2 (entire module)
@@ -525,7 +524,6 @@ locale._getdefaultlocale
525524logging._afterFork
526525logging._prepareFork
527526math.__file__
528- math.fma
529527_md5.MD5Type
530528_md5.__file__
531529mimetypes._mimetypes_read_windows_registry
@@ -938,7 +936,6 @@ signal.sigwait
938936signal.struct_siginfo
939937signal.valid_signals
940938site._get_implementation
941- site.gethistoryfile
942939site.register_readline
943940_socket.AF_QIPCRTR
944941_socket.AF_ROSE
@@ -1518,7 +1515,6 @@ symtable._newSymbolTable
15181515symtable._scopes_names
15191516symtable._scopes_value_to_name
15201517symtable.main
1521- sys._baserepl
15221518sys._clear_internal_caches
15231519sys._clear_type_cache
15241520sys._current_exceptions
@@ -1978,8 +1974,8 @@ zoneinfo.TZPATH
19781974
19791975# summary
19801976# cpython_modules 287
1981- # implemented 78
1982- # not_implemented 61
1977+ # implemented 79
1978+ # not_implemented 60
19831979# failed_to_import 0
19841980# missing_items 129
19851981# mismatched_items 70
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ _opcode
2727_opcode_metadata
2828_pickle
2929_posixshmem
30- _pyrepl
3130_queue
3231_sha2
3332_sqlite3
Original file line number Diff line number Diff line change @@ -1637,7 +1637,6 @@ _thread.start_new
16371637threading._DeleteDummyThreadOnDel
16381638threading.setprofile_all_threads
16391639threading.settrace_all_threads
1640- time._STRUCT_TM_ITEMS
16411640time.altzone
16421641time.pthread_getcpuclockid
16431642time.tzset
@@ -1984,5 +1983,5 @@ zoneinfo.TZPATH
19841983# failed_to_import 0
19851984# missing_items 129
19861985# mismatched_items 70
1987- # mismatched_doc_items 66
1986+ # mismatched_doc_items 65
19881987# not_implementeds 33
You can’t perform that action at this time.
0 commit comments