File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ _interpchannels (entire module)
25
25
_interpqueues (entire module)
26
26
_interpreters (entire module)
27
27
_lsprof (entire module)
28
- _lzma (entire module)
29
- lzma (entire module)
30
28
modulefinder (entire module)
31
29
_multibytecodec (entire module)
32
30
_opcode (entire module)
@@ -505,6 +503,9 @@ _locale.textdomain
505
503
locale._getdefaultlocale
506
504
logging._afterFork
507
505
logging._prepareFork
506
+ _lzma.CHECK_ID_MAX
507
+ _lzma.__file__
508
+ lzma.CHECK_ID_MAX
508
509
math.__file__
509
510
_md5.MD5Type
510
511
_md5.__file__
@@ -1717,15 +1718,14 @@ zipimport.STRING_END_LOCATOR_64
1717
1718
zipimport.STRING_END_ZIP_64
1718
1719
zipimport.ZIP64_EXTRA_TAG
1719
1720
zlib.__file__
1720
- zlib.__version__
1721
1721
zoneinfo.TZPATH
1722
1722
1723
1723
# summary
1724
1724
# cpython_modules 287
1725
1725
# implemented 86
1726
- # not_implemented 56
1726
+ # not_implemented 54
1727
1727
# 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
1731
1731
# not_implementeds 33
You can’t perform that action at this time.
0 commit comments