File tree 3 files changed +51
-53
lines changed
3 files changed +51
-53
lines changed Original file line number Diff line number Diff line change @@ -205,14 +205,12 @@ _ctypes._memset_addr
205
205
_ctypes._string_at_addr
206
206
_ctypes._unpickle
207
207
_ctypes._wstring_at_addr
208
- _ctypes.addressof
209
208
_ctypes.alignment
210
209
_ctypes.buffer_info
211
210
_ctypes.byref
212
211
_ctypes.call_cdeclfunction
213
212
_ctypes.call_function
214
213
_ctypes.dlclose
215
- _ctypes.dlopen
216
214
_ctypes.dlsym
217
215
_ctypes.pointer
218
216
_ctypes.resize
@@ -481,9 +479,6 @@ glob._no_recurse_symlinks
481
479
glob._special_parts
482
480
glob.translate
483
481
grp.__file__
484
- gzip.READ_BUFFER_SIZE
485
- gzip._WRITE_BUFFER_SIZE
486
- gzip._WriteBufferStream
487
482
_hashlib.HMAC
488
483
_hashlib.UnsupportedDigestmodError
489
484
_hashlib.__file__
@@ -1838,8 +1833,6 @@ zipimport.MAX_UINT32
1838
1833
zipimport.STRING_END_LOCATOR_64
1839
1834
zipimport.STRING_END_ZIP_64
1840
1835
zipimport.ZIP64_EXTRA_TAG
1841
- zlib.ZLIB_RUNTIME_VERSION
1842
- zlib.ZLIB_VERSION
1843
1836
zlib.__file__
1844
1837
zlib.__version__
1845
1838
zoneinfo.TZPATH
@@ -1849,7 +1842,7 @@ zoneinfo.TZPATH
1849
1842
# implemented 75
1850
1843
# not_implemented 69
1851
1844
# failed_to_import 0
1852
- # missing_items 128
1853
- # mismatched_items 69
1854
- # mismatched_doc_items 65
1845
+ # missing_items 127
1846
+ # mismatched_items 70
1847
+ # mismatched_doc_items 66
1855
1848
# not_implementeds 33
Original file line number Diff line number Diff line change 1
- module
2
1
_abc
3
2
_aix_support
3
+ _android_support
4
4
_asyncio
5
- _blake2
6
- _bootlocale
7
- _bootsubprocess
8
5
_bz2
9
6
_codecs_cn
10
7
_codecs_hk
11
8
_codecs_iso2022
12
9
_codecs_jp
13
10
_codecs_kr
14
11
_codecs_tw
15
- _contextvars
16
- _crypt
17
- _ctypes
18
12
_ctypes_test
19
13
_curses
20
14
_curses_panel
21
15
_datetime
22
16
_dbm
23
17
_decimal
24
18
_elementtree
25
- _hashlib
19
+ _gdbm
26
20
_heapq
27
- _locale
21
+ _interpchannels
22
+ _interpqueues
23
+ _interpreters
24
+ _ios_support
28
25
_lsprof
29
26
_lzma
30
- _md5
31
27
_multibytecodec
32
28
_opcode
33
- _peg_parser
29
+ _opcode_metadata
34
30
_pickle
35
31
_posixshmem
32
+ _pylong
33
+ _pyrepl
36
34
_queue
37
- _sha1
38
- _sha256
39
- _sha3
40
- _sha512
35
+ _sha2
41
36
_sqlite3
42
- _ssl
43
37
_stat
44
- _statistics
45
- _strptime
38
+ _suggestions
46
39
_symtable
40
+ _sysconfig
47
41
_sysconfigdata__linux_x86_64-linux-gnu
48
- _sysconfigdata__x86_64-linux-gnu
49
42
_testbuffer
43
+ _testclinic
44
+ _testclinic_limited
45
+ _testexternalinspection
46
+ _testlimitedcapi
47
+ _testsinglephase
48
+ _tkinter
49
+ _tokenize
50
50
_tracemalloc
51
- _uuid
52
- _xxsubinterpreters
53
51
_xxtestfuzz
54
52
_zoneinfo
55
- bz2
56
53
cProfile
57
- contextvars
58
- ctypes
59
54
curses
60
- fileinput
61
- graphlib
62
- grp
55
+ idlelib
63
56
imaplib
64
57
lzma
65
- mailbox
66
- mailcap
67
- mmap
68
58
modulefinder
69
- pickletools
70
59
poplib
71
60
profile
72
61
pstats
73
62
pyclbr
74
63
readline
75
- sitecustomize
76
- smtplib
77
- sqlite3
78
- symbol
79
- tabnanny
64
+ tkinter
80
65
tracemalloc
81
66
turtle
67
+ turtledemo
82
68
wave
83
- zoneinfo
69
+ xxlimited_35
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ _codecs_iso2022 (entire module)
12
12
_codecs_jp (entire module)
13
13
_codecs_kr (entire module)
14
14
_codecs_tw (entire module)
15
- _ctypes (entire module)
16
15
_ctypes_test (entire module)
17
16
_curses (entire module)
18
17
curses (entire module)
@@ -196,6 +195,27 @@ _csv.Reader
196
195
_csv.Writer
197
196
_csv.__file__
198
197
_csv._dialects
198
+ _ctypes.PyObj_FromPtr
199
+ _ctypes.Py_DECREF
200
+ _ctypes.Py_INCREF
201
+ _ctypes.__file__
202
+ _ctypes._cast_addr
203
+ _ctypes._memmove_addr
204
+ _ctypes._memset_addr
205
+ _ctypes._string_at_addr
206
+ _ctypes._unpickle
207
+ _ctypes._wstring_at_addr
208
+ _ctypes.addressof
209
+ _ctypes.alignment
210
+ _ctypes.buffer_info
211
+ _ctypes.byref
212
+ _ctypes.call_cdeclfunction
213
+ _ctypes.call_function
214
+ _ctypes.dlclose
215
+ _ctypes.dlopen
216
+ _ctypes.dlsym
217
+ _ctypes.pointer
218
+ _ctypes.resize
199
219
ctypes.ARRAY
200
220
ctypes.ArgumentError
201
221
ctypes.CDLL
@@ -526,7 +546,6 @@ logging._afterFork
526
546
logging._prepareFork
527
547
math.__file__
528
548
math.fma
529
- math.sumprod
530
549
_md5.MD5Type
531
550
_md5.__file__
532
551
mimetypes._mimetypes_read_windows_registry
@@ -1828,9 +1847,9 @@ zoneinfo.TZPATH
1828
1847
# summary
1829
1848
# cpython_modules 290
1830
1849
# implemented 75
1831
- # not_implemented 70
1850
+ # not_implemented 69
1832
1851
# failed_to_import 0
1833
- # missing_items 127
1834
- # mismatched_items 68
1835
- # mismatched_doc_items 64
1852
+ # missing_items 128
1853
+ # mismatched_items 69
1854
+ # mismatched_doc_items 65
1836
1855
# not_implementeds 33
You can’t perform that action at this time.
0 commit comments