Skip to content

Commit 2a20fb9

Browse files
coolreader18actions-user
authored andcommittedFeb 15, 2025·
Update what is left results
1 parent 9e6081e commit 2a20fb9

File tree

1 file changed

+258
-50
lines changed

1 file changed

+258
-50
lines changed
 

‎_data/whats_left.temp

Lines changed: 258 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ test_sqlite3: testing with SQLite version 3.45.1
22
# modules
33
_abc (entire module)
44
_aix_support (entire module)
5+
_android_support (entire module)
56
_asyncio (entire module)
67
_bz2 (entire module)
78
cProfile (entire module)
@@ -11,7 +12,6 @@ _codecs_iso2022 (entire module)
1112
_codecs_jp (entire module)
1213
_codecs_kr (entire module)
1314
_codecs_tw (entire module)
14-
_crypt (entire module)
1515
_ctypes (entire module)
1616
_ctypes_test (entire module)
1717
_curses (entire module)
@@ -25,30 +25,39 @@ _gdbm (entire module)
2525
_heapq (entire module)
2626
idlelib (entire module)
2727
imaplib (entire module)
28-
lib2to3 (entire module)
28+
_interpchannels (entire module)
29+
_interpqueues (entire module)
30+
_interpreters (entire module)
31+
_ios_support (entire module)
2932
_lsprof (entire module)
3033
_lzma (entire module)
3134
lzma (entire module)
32-
mailcap (entire module)
3335
modulefinder (entire module)
3436
_multibytecodec (entire module)
3537
_opcode (entire module)
38+
_opcode_metadata (entire module)
3639
_pickle (entire module)
3740
poplib (entire module)
3841
_posixshmem (entire module)
3942
profile (entire module)
4043
pstats (entire module)
4144
pyclbr (entire module)
4245
_pylong (entire module)
46+
_pyrepl (entire module)
4347
_queue (entire module)
4448
readline (entire module)
4549
_sha2 (entire module)
4650
_sqlite3 (entire module)
4751
_stat (entire module)
52+
_suggestions (entire module)
4853
_symtable (entire module)
54+
_sysconfig (entire module)
4955
_sysconfigdata__linux_x86_64-linux-gnu (entire module)
5056
_testbuffer (entire module)
5157
_testclinic (entire module)
58+
_testclinic_limited (entire module)
59+
_testexternalinspection (entire module)
60+
_testlimitedcapi (entire module)
5261
_testsinglephase (entire module)
5362
_tkinter (entire module)
5463
tkinter (entire module)
@@ -58,89 +67,85 @@ tracemalloc (entire module)
5867
turtle (entire module)
5968
turtledemo (entire module)
6069
wave (entire module)
61-
_xxinterpchannels (entire module)
6270
xxlimited_35 (entire module)
63-
_xxsubinterpreters (entire module)
6471
_xxtestfuzz (entire module)
6572
_zoneinfo (entire module)
6673

6774
# builtin items
68-
BaseException.__delattr__ (inherited)
6975
BaseException.__getattribute__ (inherited)
70-
BaseException.__setattr__ (inherited)
7176
BaseException.__setstate__
7277
BaseException.add_note
7378
NoneType.__doc__ (inherited)
79+
NoneType.__eq__ (inherited)
80+
NoneType.__ge__ (inherited)
81+
NoneType.__gt__ (inherited)
7482
NoneType.__hash__ (inherited)
83+
NoneType.__le__ (inherited)
84+
NoneType.__lt__ (inherited)
85+
NoneType.__ne__ (inherited)
7586
bool.__invert__ (inherited)
7687
bytearray.__buffer__
7788
bytearray.__getattribute__ (inherited)
7889
bytearray.__release_buffer__
7990
bytearray.__str__ (inherited)
8091
bytearray_iterator.__doc__ (inherited)
81-
bytearray_iterator.__getattribute__ (inherited)
8292
bytes.__buffer__
8393
bytes.__getattribute__ (inherited)
8494
bytes.__str__ (inherited)
8595
bytes_iterator.__doc__ (inherited)
86-
bytes_iterator.__getattribute__ (inherited)
8796
classmethod.__init__ (inherited)
8897
complex.__format__ (inherited)
8998
complex.__getattribute__ (inherited)
9099
dict.__getattribute__ (inherited)
91100
dict_itemiterator.__doc__ (inherited)
92-
dict_itemiterator.__getattribute__ (inherited)
93101
dict_items.__doc__ (inherited)
94-
dict_items.__getattribute__ (inherited)
95102
dict_items.__hash__ (inherited)
96103
dict_keyiterator.__doc__ (inherited)
97-
dict_keyiterator.__getattribute__ (inherited)
98104
dict_valueiterator.__doc__ (inherited)
99-
dict_valueiterator.__getattribute__ (inherited)
100105
dict_values.__doc__ (inherited)
101-
dict_values.__getattribute__ (inherited)
102106
enumerate.__getattribute__ (inherited)
103107
filter.__getattribute__ (inherited)
104-
float.__getattribute__ (inherited)
105-
frozenset.__getattribute__ (inherited)
106108
int.__getattribute__ (inherited)
107109
int.is_integer
108110
list.__getattribute__ (inherited)
109111
list_iterator.__doc__ (inherited)
110-
list_iterator.__getattribute__ (inherited)
111112
map.__getattribute__ (inherited)
112113
memory_iterator.__doc__ (inherited)
113-
memory_iterator.__getattribute__ (inherited)
114114
memoryview.__buffer__
115115
memoryview.__getattribute__ (inherited)
116116
memoryview.__release_buffer__
117117
memoryview._from_flags
118118
property.__getattribute__ (inherited)
119119
range.__getattribute__ (inherited)
120120
range_iterator.__doc__ (inherited)
121-
range_iterator.__getattribute__ (inherited)
122121
set.__getattribute__ (inherited)
123122
set_iterator.__doc__ (inherited)
124-
set_iterator.__getattribute__ (inherited)
125123
slice.__getattribute__ (inherited)
126-
str.__getattribute__ (inherited)
127124
str_ascii_iterator.__doc__ (inherited)
128-
str_ascii_iterator.__getattribute__ (inherited)
129125
tuple.__getattribute__ (inherited)
130126
tuple_iterator.__doc__ (inherited)
131-
tuple_iterator.__getattribute__ (inherited)
132127
zip.__getattribute__ (inherited)
133128

134129
# stdlib items
130+
builtins.PythonFinalizationError
131+
builtins._IncompleteInputError
135132
builtins.anext
136133
__hello__.__file__
137134
__phello__.__file__
138135
array.__file__
139136
array.typecodes
140137
_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
138+
_ast.PyCF_OPTIMIZED_AST
141139
_ast.PyCF_TYPE_COMMENTS
142140
ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
141+
ast.PyCF_OPTIMIZED_AST
143142
ast.PyCF_TYPE_COMMENTS
143+
base64._z85_b85_decode_diff
144+
base64._z85_decode_translation
145+
base64._z85_encode_translation
146+
base64._z85alphabet
147+
base64.z85decode
148+
base64.z85encode
144149
binascii.__file__
145150
_bisect.__file__
146151
_blake2.BLAKE2B_MAX_DIGEST_SIZE
@@ -153,7 +158,6 @@ _blake2.BLAKE2S_PERSON_SIZE
153158
_blake2.BLAKE2S_SALT_SIZE
154159
_blake2.__file__
155160
bz2.BZ2File
156-
bz2._MODE_CLOSED
157161
bz2._MODE_READ
158162
bz2._MODE_WRITE
159163
bz2.__all__
@@ -166,7 +170,9 @@ bz2.__package__
166170
bz2.compress
167171
bz2.decompress
168172
bz2.open
173+
calendar._validate_month
169174
cmath.__file__
175+
code.Quitter
170176
_codecs.utf_32_be_decode
171177
_codecs.utf_32_be_encode
172178
_codecs.utf_32_decode
@@ -175,8 +181,15 @@ _codecs.utf_32_ex_decode
175181
_codecs.utf_32_le_decode
176182
_codecs.utf_32_le_encode
177183
codecs.__file__
184+
codeop.PyCF_ONLY_AST
178185
_collections._count_elements
186+
configparser.MultilineContinuationError
187+
configparser.UNNAMED_SECTION
188+
configparser._Line
189+
configparser._ReadState
190+
configparser._UnnamedSection
179191
_contextvars.__file__
192+
copy.replace
180193
copyreg.__cached__
181194
copyreg.__file__
182195
_csv.Reader
@@ -263,35 +276,44 @@ ctypes.pythonapi
263276
ctypes.string_at
264277
ctypes.wstring_at
265278
dataclasses._ATOMIC_TYPES
279+
dataclasses._FuncBuilder
266280
dataclasses._get_slots
281+
dataclasses._replace
267282
datetime.datetime_CAPI
268283
decimal.HAVE_CONTEXTVAR
284+
dis.ArgResolver
269285
dis.BINARY_OP
270286
dis.Bytecode
271287
dis.CACHE
272288
dis.CALL_INTRINSIC_1
273289
dis.CALL_INTRINSIC_2
290+
dis.CONVERT_VALUE
291+
dis.ENTER_EXECUTOR
274292
dis.EXTENDED_ARG
275-
dis.FORMAT_VALUE
276-
dis.FORMAT_VALUE_CONVERTERS
277293
dis.FOR_ITER
294+
dis.FUNCTION_ATTR_FLAGS
295+
dis.Formatter
278296
dis.HAVE_ARGUMENT
279297
dis.Instruction
280298
dis.JUMP_BACKWARD
281299
dis.LOAD_ATTR
282300
dis.LOAD_CONST
301+
dis.LOAD_FAST_LOAD_FAST
283302
dis.LOAD_GLOBAL
284303
dis.LOAD_SUPER_ATTR
285-
dis.MAKE_FUNCTION
286-
dis.MAKE_FUNCTION_FLAGS
287304
dis.Positions
288305
dis.RETURN_CONST
289306
dis.SEND
307+
dis.SET_FUNCTION_ATTRIBUTE
308+
dis.STORE_FAST_LOAD_FAST
309+
dis.STORE_FAST_STORE_FAST
290310
dis.UNKNOWN
291311
dis._ExceptionTableEntry
312+
dis._ExceptionTableEntryBase
292313
dis._INT_BITS
293314
dis._INT_OVERFLOW
294315
dis._Instruction
316+
dis._NO_LINENO
295317
dis._OPARG_WIDTH
296318
dis._OPNAME_WIDTH
297319
dis._Unknown
@@ -303,26 +325,29 @@ dis._deoptop
303325
dis._disassemble_bytes
304326
dis._disassemble_recursive
305327
dis._disassemble_str
306-
dis._empty_slot
307328
dis._find_imports
308329
dis._find_store_names
309330
dis._format_code_info
331+
dis._get_cache_size
310332
dis._get_code_array
311333
dis._get_code_object
312334
dis._get_const_info
313335
dis._get_const_value
314336
dis._get_instructions_bytes
337+
dis._get_jump_target
338+
dis._get_lineno_width
315339
dis._get_name_info
316340
dis._have_code
317341
dis._inline_cache_entries
318342
dis._intrinsic_1_descs
319343
dis._intrinsic_2_descs
320344
dis._is_backward_jump
345+
dis._make_labels_map
321346
dis._nb_ops
322347
dis._parse_exception_table
323348
dis._parse_varint
324349
dis._specializations
325-
dis._specialized_instructions
350+
dis._specialized_opmap
326351
dis._try_compile
327352
dis._unpack_opargs
328353
dis.cmp_op
@@ -340,14 +365,24 @@ dis.hasexc
340365
dis.hasfree
341366
dis.hasjabs
342367
dis.hasjrel
368+
dis.hasjump
343369
dis.haslocal
344370
dis.hasname
371+
dis.main
372+
dis.name
373+
dis.op
345374
dis.opmap
346375
dis.opname
347376
dis.pretty_flags
377+
dis.print_instructions
348378
dis.show_code
349-
dis.spec_op
350-
dis.specialized
379+
doctest._n_items
380+
ensurepip._find_wheel_pkg_dir_pip
381+
ensurepip._get_pip_version
382+
ensurepip._get_pip_whl_path_ctx
383+
ensurepip._pkg_dir
384+
enum.EnumDict
385+
enum._not_given
351386
faulthandler._fatal_error_c_thread
352387
faulthandler._read_null
353388
faulthandler._sigabrt
@@ -371,17 +406,37 @@ fcntl.FICLONE
371406
fcntl.FICLONERANGE
372407
fcntl.F_EXLCK
373408
fcntl.F_GETLK64
409+
fcntl.F_GETOWN_EX
374410
fcntl.F_GETSIG
411+
fcntl.F_GET_FILE_RW_HINT
412+
fcntl.F_GET_RW_HINT
413+
fcntl.F_OWNER_PGRP
414+
fcntl.F_OWNER_PID
415+
fcntl.F_OWNER_TID
416+
fcntl.F_SEAL_FUTURE_WRITE
375417
fcntl.F_SETLK64
376418
fcntl.F_SETLKW64
419+
fcntl.F_SETOWN_EX
377420
fcntl.F_SETSIG
421+
fcntl.F_SET_FILE_RW_HINT
422+
fcntl.F_SET_RW_HINT
378423
fcntl.F_SHLCK
379424
fcntl.LOCK_MAND
380425
fcntl.LOCK_READ
381426
fcntl.LOCK_RW
382427
fcntl.LOCK_WRITE
428+
fcntl.RWH_WRITE_LIFE_EXTREME
429+
fcntl.RWH_WRITE_LIFE_LONG
430+
fcntl.RWH_WRITE_LIFE_MEDIUM
431+
fcntl.RWH_WRITE_LIFE_NONE
432+
fcntl.RWH_WRITE_LIFE_NOT_SET
433+
fcntl.RWH_WRITE_LIFE_SHORT
383434
fcntl.__file__
435+
fnmatch._join_translated_parts
436+
fnmatch._translate
437+
fractions._GENERAL_FORMAT_SPECIFICATION_MATCHER
384438
_functools.cmp_to_key
439+
functools._unwrap_partialmethod
385440
gc.DEBUG_COLLECTABLE
386441
gc.DEBUG_LEAK
387442
gc.DEBUG_SAVEALL
@@ -394,6 +449,17 @@ gc.get_freeze_count
394449
gc.get_referents
395450
gc.is_finalized
396451
gc.unfreeze
452+
genericpath.isdevdrive
453+
genericpath.isjunction
454+
genericpath.lexists
455+
gettext._as_int2
456+
glob._Globber
457+
glob._StringGlobber
458+
glob._compile_pattern
459+
glob._deprecated_function_message
460+
glob._no_recurse_symlinks
461+
glob._special_parts
462+
glob.translate
397463
grp.__file__
398464
gzip.READ_BUFFER_SIZE
399465
gzip._WRITE_BUFFER_SIZE
@@ -422,17 +488,17 @@ inspect.CO_NEWLOCALS
422488
inspect.CO_NOFREE
423489
inspect.CO_OPTIMIZED
424490
inspect.ClassFoundException
425-
inspect._ClassFinder
426491
inspect._FrameInfo
427492
inspect._Traceback
428493
inspect.__all__
494+
inspect._descriptor_get
429495
inspect._get_code_position
430496
inspect._get_code_position_from_tb
431497
inspect._get_dunder_dict_of_class
432498
inspect._getmembers
433499
inspect._has_coroutine_mark
434-
inspect._is_coroutine_marker
435-
inspect._shadowed_dict_from_mro_tuple
500+
inspect._is_coroutine_mark
501+
inspect._shadowed_dict_from_weakref_mro_tuple
436502
inspect.get_annotations
437503
inspect.getasyncgenlocals
438504
inspect.getasyncgenstate
@@ -445,6 +511,7 @@ itertools._tee
445511
itertools._tee_dataobject
446512
_json.__file__
447513
_json.make_encoder
514+
linecache._register_code
448515
_locale._DATE_FMT
449516
_locale.bind_textdomain_codeset
450517
_locale.bindtextdomain
@@ -455,22 +522,33 @@ _locale.gettext
455522
_locale.nl_langinfo
456523
_locale.textdomain
457524
locale._getdefaultlocale
525+
logging._afterFork
526+
logging._prepareFork
458527
math.__file__
528+
math.fma
459529
math.sumprod
460530
_md5.MD5Type
461531
_md5.__file__
462532
mimetypes._mimetypes_read_windows_registry
533+
mimetypes.guess_file_type
534+
mmap.MAP_32BIT
535+
mmap.MAP_NORESERVE
463536
mmap.MAP_STACK
464537
mmap.PROT_EXEC
465538
mmap.__file__
466539
_multiprocessing.SemLock
467540
_multiprocessing.__file__
468541
_multiprocessing.flags
469542
_multiprocessing.sem_unlink
470-
opcode.ENABLE_SPECIALIZATION
543+
ntpath._isreservedname
544+
ntpath._reserved_chars
545+
ntpath._reserved_names
546+
ntpath.isreserved
471547
opcode.MIN_INSTRUMENTED_OPCODE
472548
opcode._intrinsic_1_descs
473549
opcode._intrinsic_2_descs
550+
opcode._specialized_opmap
551+
opcode.hasjump
474552
_operator.call
475553
_operator.inv
476554
os.CLD_CONTINUED
@@ -536,6 +614,7 @@ os.POSIX_FADV_NORMAL
536614
os.POSIX_FADV_RANDOM
537615
os.POSIX_FADV_SEQUENTIAL
538616
os.POSIX_FADV_WILLNEED
617+
os.POSIX_SPAWN_CLOSEFROM
539618
os.P_ALL
540619
os.P_PGID
541620
os.P_PID
@@ -563,6 +642,10 @@ os.ST_RDONLY
563642
os.ST_RELATIME
564643
os.ST_SYNCHRONOUS
565644
os.ST_WRITE
645+
os.TFD_CLOEXEC
646+
os.TFD_NONBLOCK
647+
os.TFD_TIMER_ABSTIME
648+
os.TFD_TIMER_CANCEL_ON_SET
566649
os.TMP_MAX
567650
os.WCONTINUED
568651
os.WEXITED
@@ -573,16 +656,32 @@ os.XATTR_CREATE
573656
os.XATTR_REPLACE
574657
os.XATTR_SIZE_MAX
575658
os._fwalk
659+
os._fwalk_close
660+
os._fwalk_walk
661+
os._fwalk_yield
662+
os._walk_symlinks_as_files
576663
os.confstr_names
577664
os.fwalk
665+
os.process_cpu_count
578666
os.statvfs_result
579667
os.supports_effective_ids
668+
pathlib.__path__
669+
pdb._ExecutableTarget
580670
pdb._ModuleTarget
671+
pdb._PdbInteractiveConsole
581672
pdb._ScriptTarget
673+
pdb._ZipTarget
674+
pdb._post_mortem
675+
pdb.find_first_executable_line
582676
pickle.PickleBuffer
583-
pkgutil.__warningregistry__
677+
pickle._NoValue
678+
platform.AndroidVer
679+
platform.IOSVersionInfo
584680
platform._win32_ver
681+
platform._wmi
585682
platform._wmi_query
683+
platform.android_ver
684+
platform.ios_ver
586685
posix.CLD_CONTINUED
587686
posix.CLD_DUMPED
588687
posix.CLD_EXITED
@@ -646,6 +745,7 @@ posix.POSIX_FADV_NORMAL
646745
posix.POSIX_FADV_RANDOM
647746
posix.POSIX_FADV_SEQUENTIAL
648747
posix.POSIX_FADV_WILLNEED
748+
posix.POSIX_SPAWN_CLOSEFROM
649749
posix.P_ALL
650750
posix.P_PGID
651751
posix.P_PID
@@ -673,6 +773,10 @@ posix.ST_RDONLY
673773
posix.ST_RELATIME
674774
posix.ST_SYNCHRONOUS
675775
posix.ST_WRITE
776+
posix.TFD_CLOEXEC
777+
posix.TFD_NONBLOCK
778+
posix.TFD_TIMER_ABSTIME
779+
posix.TFD_TIMER_CANCEL_ON_SET
676780
posix.TMP_MAX
677781
posix.WCONTINUED
678782
posix.WCOREDUMP
@@ -685,7 +789,10 @@ posix.XATTR_CREATE
685789
posix.XATTR_REPLACE
686790
posix.XATTR_SIZE_MAX
687791
posix._have_functions
792+
posix._inputhook
793+
posix._is_inputhook_installed
688794
posix._path_normpath
795+
posix._path_splitroot_ex
689796
posix.confstr
690797
posix.confstr_names
691798
posix.ctermid
@@ -696,6 +803,7 @@ posix.fdatasync
696803
posix.forkpty
697804
posix.fstatvfs
698805
posix.getxattr
806+
posix.grantpt
699807
posix.killpg
700808
posix.listxattr
701809
posix.lockf
@@ -708,8 +816,10 @@ posix.mkfifo
708816
posix.pidfd_open
709817
posix.posix_fadvise
710818
posix.posix_fallocate
819+
posix.posix_openpt
711820
posix.pread
712821
posix.preadv
822+
posix.ptsname
713823
posix.pwrite
714824
posix.pwritev
715825
posix.readv
@@ -724,6 +834,12 @@ posix.splice
724834
posix.statvfs
725835
posix.tcgetpgrp
726836
posix.tcsetpgrp
837+
posix.timerfd_create
838+
posix.timerfd_gettime
839+
posix.timerfd_gettime_ns
840+
posix.timerfd_settime
841+
posix.timerfd_settime_ns
842+
posix.unlockpt
727843
posix.unshare
728844
posix.wait3
729845
posix.wait4
@@ -739,8 +855,10 @@ pydoc._findclass
739855
pydoc._finddoc
740856
pydoc._future_feature_names
741857
pydoc._get_revised_path
858+
pydoc._getargspec
742859
pydoc._getdoc
743860
pydoc._getowndoc
861+
pydoc.parentname
744862
pyexpat.EXPAT_VERSION
745863
pyexpat.ErrorString
746864
pyexpat.XMLParserType
@@ -752,10 +870,11 @@ pyexpat.expat_CAPI
752870
pyexpat.features
753871
pyexpat.native_encoding
754872
pyexpat.version_info
873+
queue.ShutDown
755874
_random.__file__
756-
re.T
757-
re.TEMPLATE
758-
re.template
875+
random._parse_args
876+
random.main
877+
re.PatternError
759878
resource.RLIMIT_OFILE
760879
resource.__file__
761880
resource.getpagesize
@@ -768,6 +887,8 @@ select.POLLRDNORM
768887
select.POLLWRBAND
769888
select.POLLWRNORM
770889
select.__file__
890+
selectors._NOT_EPOLLIN
891+
selectors._NOT_EPOLLOUT
771892
_sha1.SHA1Type
772893
_sha1.__file__
773894
_sha3.__file__
@@ -817,6 +938,9 @@ signal.sigpending
817938
signal.sigwait
818939
signal.struct_siginfo
819940
signal.valid_signals
941+
site._get_implementation
942+
site.gethistoryfile
943+
site.register_readline
820944
_socket.AF_QIPCRTR
821945
_socket.AF_ROSE
822946
_socket.ALG_OP_SIGN
@@ -869,6 +993,7 @@ _socket.IP_UNBLOCK_SOURCE
869993
_socket.J1939_EE_INFO_NONE
870994
_socket.J1939_EE_INFO_TX_ABORT
871995
_socket.J1939_FILTER_MAX
996+
_socket.NI_IDN
872997
_socket.NI_MAXSERV
873998
_socket.PACKET_BROADCAST
874999
_socket.PACKET_FASTROUTE
@@ -877,6 +1002,7 @@ _socket.PACKET_LOOPBACK
8771002
_socket.PACKET_MULTICAST
8781003
_socket.PACKET_OTHERHOST
8791004
_socket.PACKET_OUTGOING
1005+
_socket.SO_BINDTOIFINDEX
8801006
_socket.SO_INCOMING_CPU
8811007
_socket.TCP_CC_INFO
8821008
_socket.TCP_FASTOPEN_CONNECT
@@ -975,6 +1101,7 @@ socket.IP_UNBLOCK_SOURCE
9751101
socket.J1939_EE_INFO_NONE
9761102
socket.J1939_EE_INFO_TX_ABORT
9771103
socket.J1939_FILTER_MAX
1104+
socket.NI_IDN
9781105
socket.NI_MAXSERV
9791106
socket.PACKET_BROADCAST
9801107
socket.PACKET_FASTROUTE
@@ -983,6 +1110,7 @@ socket.PACKET_LOOPBACK
9831110
socket.PACKET_MULTICAST
9841111
socket.PACKET_OTHERHOST
9851112
socket.PACKET_OUTGOING
1113+
socket.SO_BINDTOIFINDEX
9861114
socket.SO_INCOMING_CPU
9871115
socket.TCP_CC_INFO
9881116
socket.TCP_FASTOPEN_CONNECT
@@ -1028,6 +1156,7 @@ socket.TIPC_TOP_SRV
10281156
socket.TIPC_WAIT_FOREVER
10291157
socket.TIPC_WITHDRAWN
10301158
socket.TIPC_ZONE_SCOPE
1159+
socket._fallback_socketpair
10311160
socket.recv_fds
10321161
socketserver.ForkingUnixDatagramServer
10331162
socketserver.ForkingUnixStreamServer
@@ -1262,6 +1391,7 @@ _ssl.ALERT_DESCRIPTION_USER_CANCELLED
12621391
_ssl.Certificate
12631392
_ssl.ENCODING_DER
12641393
_ssl.ENCODING_PEM
1394+
_ssl.HAS_PSK
12651395
_ssl.HOSTFLAG_ALWAYS_CHECK_SUBJECT
12661396
_ssl.HOSTFLAG_MULTI_LABEL_WILDCARDS
12671397
_ssl.HOSTFLAG_NEVER_CHECK_SUBJECT
@@ -1312,6 +1442,7 @@ ssl.ALERT_DESCRIPTION_UNKNOWN_PSK_IDENTITY
13121442
ssl.ALERT_DESCRIPTION_UNSUPPORTED_CERTIFICATE
13131443
ssl.ALERT_DESCRIPTION_UNSUPPORTED_EXTENSION
13141444
ssl.ALERT_DESCRIPTION_USER_CANCELLED
1445+
ssl.HAS_PSK
13151446
ssl.OP_ENABLE_KTLS
13161447
ssl.OP_ENABLE_MIDDLEBOX_COMPAT
13171448
ssl.OP_IGNORE_UNEXPECTED_EOF
@@ -1330,16 +1461,36 @@ ssl.VERIFY_X509_PARTIAL_CHAIN
13301461
ssl.VERIFY_X509_STRICT
13311462
ssl.VERIFY_X509_TRUSTED_FIRST
13321463
ssl._GLOBAL_DEFAULT_TIMEOUT
1464+
stat.SF_DATALESS
1465+
stat.SF_FIRMLINK
1466+
stat.SF_RESTRICTED
1467+
stat.SF_SETTABLE
1468+
stat.UF_DATAVAULT
1469+
stat.UF_SETTABLE
1470+
stat.UF_TRACKED
13331471
_statistics.__file__
13341472
statistics._SQRT2
13351473
statistics.__annotations__
13361474
statistics._decimal_sqrt_of_frac
13371475
statistics._float_sqrt_of_frac
13381476
statistics._integer_sqrt_of_frac_rto
1477+
statistics._kernel_invcdfs
13391478
statistics._mean_stdev
1479+
statistics._newton_raphson
1480+
statistics._quartic_invcdf
1481+
statistics._quartic_invcdf_estimate
13401482
statistics._rank
13411483
statistics._sqrt_bit_width
1484+
statistics._sqrtprod
1485+
statistics._triweight_invcdf
1486+
statistics._triweight_invcdf_estimate
1487+
statistics.kde
1488+
statistics.kde_random
1489+
statistics.pi
1490+
_strptime._findall
13421491
_struct.__file__
1492+
subprocess._HAVE_POSIX_SPAWN_CLOSEFROM
1493+
subprocess._del_safe
13431494
symtable.CELL
13441495
symtable.Class
13451496
symtable.DEF_ANNOT
@@ -1357,17 +1508,27 @@ symtable.LOCAL
13571508
symtable.SCOPE_MASK
13581509
symtable.SCOPE_OFF
13591510
symtable.SymbolTableFactory
1511+
symtable.SymbolTableType
13601512
symtable.USE
13611513
symtable.__all__
13621514
symtable.__builtins__
13631515
symtable.__cached__
13641516
symtable.__file__
1517+
symtable._flags
13651518
symtable._newSymbolTable
1519+
symtable._scopes_names
1520+
symtable._scopes_value_to_name
1521+
symtable.main
1522+
sys._baserepl
1523+
sys._clear_internal_caches
13661524
sys._clear_type_cache
13671525
sys._current_exceptions
13681526
sys._current_frames
13691527
sys._debugmallocstats
1528+
sys._get_cpu_count_config
13701529
sys._getframemodulename
1530+
sys._is_gil_enabled
1531+
sys._is_interned
13711532
sys._setprofileallthreads
13721533
sys._settraceallthreads
13731534
sys._stdlib_dir
@@ -1384,7 +1545,11 @@ sys.setdlopenflags
13841545
sys.setswitchinterval
13851546
sys.stdlib_module_names
13861547
sysconfig._CONFIG_VARS_INITIALIZED
1548+
sysconfig.__path__
1549+
sysconfig._get_implementation
1550+
sysconfig._get_python_version_abi
13871551
sysconfig._init_config_vars
1552+
syslog.LOG_FTP
13881553
syslog.__file__
13891554
tabnanny._process_tokens
13901555
tarfile.AbsoluteLinkError
@@ -1399,6 +1564,8 @@ tarfile._get_filtered_attrs
13991564
tarfile.data_filter
14001565
tarfile.fully_trusted_filter
14011566
tarfile.tar_filter
1567+
tempfile._dont_follow_symlinks
1568+
tempfile._resetperms
14021569
termios.CDSUSP
14031570
termios.CEOF
14041571
termios.CEOL
@@ -1414,9 +1581,11 @@ termios.CSTART
14141581
termios.CSTOP
14151582
termios.CSUSP
14161583
termios.CWERASE
1584+
termios.EXTPROC
14171585
termios.FIOASYNC
14181586
termios.IOCSIZE_MASK
14191587
termios.IOCSIZE_SHIFT
1588+
termios.IUTF8
14201589
termios.NCC
14211590
termios.N_MOUSE
14221591
termios.N_PPP
@@ -1448,16 +1617,25 @@ termios.TIOCSER_TEMT
14481617
termios.TIOCSETD
14491618
termios.TIOCSLCKTRMIOS
14501619
termios.TIOCSSERIAL
1620+
termios._POSIX_VDISABLE
14511621
termios.__file__
14521622
termios.tcgetwinsize
14531623
termios.tcsetwinsize
14541624
_thread._ExceptHookArgs
1625+
_thread._ThreadHandle
14551626
_thread._excepthook
1627+
_thread._get_main_thread_ident
1628+
_thread._is_main_interpreter
1629+
_thread._make_thread_handle
1630+
_thread._shutdown
14561631
_thread.allocate
14571632
_thread.daemon_threads_allowed
14581633
_thread.exit_thread
14591634
_thread.get_native_id
1635+
_thread.lock
1636+
_thread.start_joinable_thread
14601637
_thread.start_new
1638+
threading._DeleteDummyThreadOnDel
14611639
threading.setprofile_all_threads
14621640
threading.settrace_all_threads
14631641
time._STRUCT_TM_ITEMS
@@ -1476,17 +1654,21 @@ tokenize.FSTRING_START
14761654
tokenize.SOFT_KEYWORD
14771655
tokenize._generate_tokens_from_c_tokenizer
14781656
tokenize._transform_msg
1657+
traceback.BUILTIN_EXCEPTION_LIMIT
14791658
traceback._Anchors
14801659
traceback._CASE_COST
14811660
traceback._ExceptionPrintContext
14821661
traceback._MAX_CANDIDATE_ITEMS
14831662
traceback._MAX_STRING_SIZE
14841663
traceback._MOVE_COST
1664+
traceback._WIDE_CHAR_SPECIFIERS
14851665
traceback._byte_offset_to_character_offset
14861666
traceback._compute_suggestion_error
1667+
traceback._display_width
14871668
traceback._extract_caret_anchors_from_line_segment
14881669
traceback._get_code_position
14891670
traceback._levenshtein_distance
1671+
traceback._print_exception_bltin
14901672
traceback._safe_string
14911673
traceback._substitution_cost
14921674
traceback._walk_tb_with_full_positions
@@ -1505,9 +1687,11 @@ tty.CSTART
15051687
tty.CSTOP
15061688
tty.CSUSP
15071689
tty.CWERASE
1690+
tty.EXTPROC
15081691
tty.FIOASYNC
15091692
tty.IOCSIZE_MASK
15101693
tty.IOCSIZE_SHIFT
1694+
tty.IUTF8
15111695
tty.NCC
15121696
tty.N_MOUSE
15131697
tty.N_PPP
@@ -1541,36 +1725,49 @@ tty.TIOCSLCKTRMIOS
15411725
tty.TIOCSSERIAL
15421726
tty.cfmakecbreak
15431727
tty.cfmakeraw
1728+
types.__getattr__
15441729
types.get_original_bases
1730+
_typing.NoDefault
15451731
typing.LiteralString
15461732
typing.Never
1733+
typing.NoDefault
15471734
typing.NotRequired
1735+
typing.ReadOnly
15481736
typing.Required
15491737
typing.Self
15501738
typing.TypeAliasType
1739+
typing.TypeIs
15511740
typing.TypeVarTuple
15521741
typing.Unpack
15531742
typing._ASSERT_NEVER_REPR_MAX_LENGTH
15541743
typing._AnyMeta
15551744
typing._DeprecatedGenericAlias
1556-
typing._DeprecatedType
15571745
typing._Func
15581746
typing._IdentityCallable
15591747
typing._NotIterable
1560-
typing._PickleUsingNameMixin
1748+
typing._Sentinel
1749+
typing._TypedCacheSpecialForm
15611750
typing._UnpackGenericAlias
1751+
typing.__getattr__
15621752
typing._caches
1563-
typing._collect_parameters
1753+
typing._check_generic_specialization
1754+
typing._collect_type_parameters
1755+
typing._compare_args_orderless
1756+
typing._deduplicate_unhashable
1757+
typing._deprecation_warning_for_no_type_params_passed
15641758
typing._generic_class_getitem
15651759
typing._generic_init_subclass
1760+
typing._get_typeddict_qualifiers
15661761
typing._is_typevar_like
15671762
typing._is_unpacked_typevartuple
15681763
typing._lazy_load_getattr_static
15691764
typing._make_union
15701765
typing._paramspec_prepare_subst
15711766
typing._paramspec_subst
15721767
typing._proto_hook
1768+
typing._sentinel
15731769
typing._should_unflatten_callable_args
1770+
typing._type_check_issubclass_arg_1
15741771
typing._typevar_subst
15751772
typing._typevartuple_prepare_subst
15761773
typing._unpack_args
@@ -1579,6 +1776,8 @@ typing.assert_type
15791776
typing.clear_overloads
15801777
typing.dataclass_transform
15811778
typing.get_overloads
1779+
typing.get_protocol_members
1780+
typing.is_protocol
15821781
typing.override
15831782
typing.reveal_type
15841783
unicodedata.__file__
@@ -1601,8 +1800,11 @@ warnings._defaultaction
16011800
warnings._is_filename_to_skip
16021801
warnings._is_internal_filename
16031802
warnings._onceregistry
1803+
warnings.deprecated
16041804
webbrowser.Edge
16051805
webbrowser.Epiphany
1806+
webbrowser.parse_args
1807+
zipfile._Extra
16061808
zipfile._MASK_COMPRESSED_PATCH
16071809
zipfile._MASK_COMPRESS_OPTION_1
16081810
zipfile._MASK_ENCRYPTED
@@ -1611,18 +1813,24 @@ zipfile._MASK_USE_DATA_DESCRIPTOR
16111813
zipfile._MASK_UTF_FILENAME
16121814
zipfile.__path__
16131815
zipfile._sanitize_filename
1816+
zipimport.END_CENTRAL_DIR_LOCATOR_SIZE_64
1817+
zipimport.END_CENTRAL_DIR_SIZE_64
1818+
zipimport.MAX_UINT32
1819+
zipimport.STRING_END_LOCATOR_64
1820+
zipimport.STRING_END_ZIP_64
1821+
zipimport.ZIP64_EXTRA_TAG
16141822
zlib.ZLIB_RUNTIME_VERSION
16151823
zlib.ZLIB_VERSION
16161824
zlib.__file__
16171825
zlib.__version__
16181826
zoneinfo.TZPATH
16191827

16201828
# summary
1621-
# cpython_modules 282
1622-
# implemented 98
1623-
# not_implemented 63
1829+
# cpython_modules 290
1830+
# implemented 75
1831+
# not_implemented 70
16241832
# failed_to_import 0
1625-
# missing_items 99
1626-
# mismatched_items 60
1627-
# mismatched_doc_items 49
1628-
# not_implementeds 36
1833+
# missing_items 127
1834+
# mismatched_items 68
1835+
# mismatched_doc_items 64
1836+
# not_implementeds 33

0 commit comments

Comments
 (0)
Please sign in to comment.