File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
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
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ _interpchannels
20
20
_interpqueues
21
21
_interpreters
22
22
_lsprof
23
- _lzma
24
23
_multibytecodec
25
24
_opcode
26
25
_opcode_metadata
@@ -44,7 +43,6 @@ cProfile
44
43
curses
45
44
idlelib
46
45
imaplib
47
- lzma
48
46
modulefinder
49
47
poplib
50
48
profile
Original file line number Diff line number Diff line change @@ -1722,10 +1722,10 @@ zoneinfo.TZPATH
1722
1722
1723
1723
# summary
1724
1724
# cpython_modules 287
1725
- # implemented 85
1725
+ # implemented 86
1726
1726
# not_implemented 56
1727
1727
# failed_to_import 0
1728
1728
# missing_items 124
1729
- # mismatched_items 72
1729
+ # mismatched_items 71
1730
1730
# mismatched_doc_items 64
1731
1731
# not_implementeds 33
You can’t perform that action at this time.
0 commit comments