@@ -29,13 +29,11 @@ modulefinder (entire module)
2929_multibytecodec (entire module)
3030_pickle (entire module)
3131poplib (entire module)
32- _posixshmem (entire module)
3332profile (entire module)
3433pstats (entire module)
3534_queue (entire module)
3635readline (entire module)
3736_sha2 (entire module)
38- _sysconfigdata__linux_x86_64-linux-gnu (entire module)
3937_testclinic (entire module)
4038_testclinic_limited (entire module)
4139_testexternalinspection (entire module)
@@ -66,7 +64,6 @@ bytearray.__str__ (inherited)
6664bytes.__buffer__
6765bytes.__getattribute__ (inherited)
6866bytes.__str__ (inherited)
69- classmethod.__init__ (inherited)
7067complex.__getattribute__ (inherited)
7168dict.__getattribute__ (inherited)
7269dict_items.__hash__ (inherited)
@@ -125,87 +122,6 @@ _csv.Writer
125122_csv.__file__
126123_csv._dialects
127124_ctypes.__file__
128- _ctypes.dlclose
129- _ctypes.dlsym
130- ctypes.ARRAY
131- ctypes.ArgumentError
132- ctypes.CDLL
133- ctypes.CFUNCTYPE
134- ctypes.DEFAULT_MODE
135- ctypes.LibraryLoader
136- ctypes.PYFUNCTYPE
137- ctypes.PyDLL
138- ctypes.RTLD_GLOBAL
139- ctypes.RTLD_LOCAL
140- ctypes.SIZEOF_TIME_T
141- ctypes.SetPointerType
142- ctypes._FUNCFLAG_CDECL
143- ctypes._FUNCFLAG_PYTHONAPI
144- ctypes._FUNCFLAG_USE_ERRNO
145- ctypes._FUNCFLAG_USE_LASTERROR
146- ctypes.__builtins__
147- ctypes.__cached__
148- ctypes.__file__
149- ctypes.__name__
150- ctypes.__package__
151- ctypes.__path__
152- ctypes.__version__
153- ctypes._c_functype_cache
154- ctypes._cast
155- ctypes._cast_addr
156- ctypes._check_size
157- ctypes._ctypes_version
158- ctypes._memmove_addr
159- ctypes._memset_addr
160- ctypes._pointer_type_cache
161- ctypes._reset_cache
162- ctypes._string_at
163- ctypes._string_at_addr
164- ctypes._wstring_at
165- ctypes._wstring_at_addr
166- ctypes.c_bool
167- ctypes.c_buffer
168- ctypes.c_byte
169- ctypes.c_char
170- ctypes.c_char_p
171- ctypes.c_double
172- ctypes.c_float
173- ctypes.c_int
174- ctypes.c_int16
175- ctypes.c_int32
176- ctypes.c_int64
177- ctypes.c_int8
178- ctypes.c_long
179- ctypes.c_longdouble
180- ctypes.c_longlong
181- ctypes.c_short
182- ctypes.c_size_t
183- ctypes.c_ssize_t
184- ctypes.c_time_t
185- ctypes.c_ubyte
186- ctypes.c_uint
187- ctypes.c_uint16
188- ctypes.c_uint32
189- ctypes.c_uint64
190- ctypes.c_uint8
191- ctypes.c_ulong
192- ctypes.c_ulonglong
193- ctypes.c_ushort
194- ctypes.c_void_p
195- ctypes.c_voidp
196- ctypes.c_wchar
197- ctypes.c_wchar_p
198- ctypes.cast
199- ctypes.cdll
200- ctypes.create_string_buffer
201- ctypes.create_unicode_buffer
202- ctypes.memmove
203- ctypes.memset
204- ctypes.py_object
205- ctypes.pydll
206- ctypes.pythonapi
207- ctypes.string_at
208- ctypes.wstring_at
209125datetime.datetime_CAPI
210126dis.main
211127doctest._n_items
@@ -283,7 +199,6 @@ inspect.CO_NEWLOCALS
283199inspect.CO_NOFREE
284200inspect.CO_OPTIMIZED
285201_io._BytesIOBuffer
286- _ios_support.lib
287202itertools._tee
288203itertools._tee_dataobject
289204_json.__file__
@@ -457,12 +372,9 @@ posix.sched_getaffinity
457372posix.sched_rr_get_interval
458373posix.sched_setaffinity
459374posix.setns
460- posix.setpgrp
461375posix.setxattr
462376posix.splice
463377posix.statvfs
464- posix.tcgetpgrp
465- posix.tcsetpgrp
466378posix.timerfd_create
467379posix.timerfd_gettime
468380posix.timerfd_gettime_ns
@@ -475,6 +387,7 @@ posix.wait4
475387posix.waitid
476388posix.waitid_result
477389posix.writev
390+ _posixshmem.__file__
478391_posixsubprocess.__file__
479392pydoc._adjust_cli_sys_path
480393pydoc._findclass
@@ -526,14 +439,10 @@ _signal.SIGIOT
526439_signal.SIGPOLL
527440_signal.SIGRTMAX
528441_signal.SIGRTMIN
529- _signal.SIG_BLOCK
530- _signal.SIG_SETMASK
531- _signal.SIG_UNBLOCK
532442_signal.getitimer
533443_signal.pause
534444_signal.pidfd_send_signal
535445_signal.pthread_kill
536- _signal.pthread_sigmask
537446_signal.setitimer
538447_signal.sigpending
539448_signal.sigtimedwait
@@ -548,11 +457,6 @@ signal.SIGIOT
548457signal.SIGPOLL
549458signal.SIGRTMAX
550459signal.SIGRTMIN
551- signal.SIG_BLOCK
552- signal.SIG_SETMASK
553- signal.SIG_UNBLOCK
554- signal.Sigmasks
555- signal.pthread_sigmask
556460signal.sigpending
557461signal.sigwait
558462signal.struct_siginfo
@@ -848,6 +752,9 @@ sys.getunicodeinternedsize
848752sys.is_stack_trampoline_active
849753sys.setdlopenflags
850754sys.stdlib_module_names
755+ _sysconfigdata__linux_x86_64-linux-gnu.__builtins__
756+ _sysconfigdata__linux_x86_64-linux-gnu.__cached__
757+ _sysconfigdata__linux_x86_64-linux-gnu.__file__
851758syslog.LOG_FTP
852759syslog.__file__
853760tempfile._dont_follow_symlinks
@@ -1202,10 +1109,10 @@ zoneinfo.TZPATH
12021109
12031110# summary
12041111# cpython_modules 287
1205- # implemented 116
1206- # not_implemented 48
1112+ # implemented 118
1113+ # not_implemented 46
12071114# failed_to_import 0
12081115# missing_items 101
12091116# mismatched_items 57
1210- # mismatched_doc_items 49
1211- # not_implementeds 21
1117+ # mismatched_doc_items 48
1118+ # not_implementeds 20
0 commit comments