File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ _interpchannels (entire module)
2525_interpqueues (entire module)
2626_interpreters (entire module)
2727_lsprof (entire module)
28- _lzma (entire module)
29- lzma (entire module)
3028modulefinder (entire module)
3129_multibytecodec (entire module)
3230_opcode (entire module)
@@ -505,6 +503,9 @@ _locale.textdomain
505503locale._getdefaultlocale
506504logging._afterFork
507505logging._prepareFork
506+ _lzma.CHECK_ID_MAX
507+ _lzma.__file__
508+ lzma.CHECK_ID_MAX
508509math.__file__
509510_md5.MD5Type
510511_md5.__file__
@@ -1717,15 +1718,14 @@ zipimport.STRING_END_LOCATOR_64
17171718zipimport.STRING_END_ZIP_64
17181719zipimport.ZIP64_EXTRA_TAG
17191720zlib.__file__
1720- zlib.__version__
17211721zoneinfo.TZPATH
17221722
17231723# summary
17241724# cpython_modules 287
17251725# implemented 86
1726- # not_implemented 56
1726+ # not_implemented 54
17271727# failed_to_import 0
1728- # missing_items 124
1729- # mismatched_items 71
1730- # mismatched_doc_items 64
1728+ # missing_items 126
1729+ # mismatched_items 72
1730+ # mismatched_doc_items 65
17311731# not_implementeds 33
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ _interpchannels
2020_interpqueues
2121_interpreters
2222_lsprof
23- _lzma
2423_multibytecodec
2524_opcode
2625_opcode_metadata
@@ -44,7 +43,6 @@ cProfile
4443curses
4544idlelib
4645imaplib
47- lzma
4846modulefinder
4947poplib
5048profile
Original file line number Diff line number Diff line change @@ -1722,10 +1722,10 @@ zoneinfo.TZPATH
17221722
17231723# summary
17241724# cpython_modules 287
1725- # implemented 85
1725+ # implemented 86
17261726# not_implemented 56
17271727# failed_to_import 0
17281728# missing_items 124
1729- # mismatched_items 72
1729+ # mismatched_items 71
17301730# mismatched_doc_items 64
17311731# not_implementeds 33
You can’t perform that action at this time.
0 commit comments