File tree Expand file tree Collapse file tree 2 files changed +9
-41
lines changed
Expand file tree Collapse file tree 2 files changed +9
-41
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,6 @@ posix.makedev
334334posix.memfd_create
335335posix.minor
336336posix.mkfifo
337- posix.pidfd_open
338337posix.posix_fadvise
339338posix.posix_fallocate
340339posix.posix_openpt
@@ -387,7 +386,6 @@ pyexpat.native_encoding
387386_random.__file__
388387random._parse_args
389388random.main
390- re.PatternError
391389resource.RLIMIT_OFILE
392390resource.__file__
393391resource.getpagesize
@@ -409,7 +407,6 @@ _signal.SIGIOT
409407_signal.SIGPOLL
410408_signal.SIGRTMAX
411409_signal.SIGRTMIN
412- _signal.pidfd_send_signal
413410_signal.pthread_kill
414411_signal.sigpending
415412_signal.sigtimedwait
@@ -728,7 +725,6 @@ _thread.start_joinable_thread
728725_thread.start_new
729726threading._DeleteDummyThreadOnDel
730727threading.setprofile_all_threads
731- threading.settrace_all_threads
732728time.altzone
733729time.pthread_getcpuclockid
734730time.tzset
@@ -940,8 +936,6 @@ tty.TIOCSER_TEMT
940936tty.TIOCSETD
941937tty.TIOCSLCKTRMIOS
942938tty.TIOCSSERIAL
943- tty.cfmakecbreak
944- tty.cfmakeraw
945939typing.Match
946940unicodedata.__file__
947941unicodedata._ucnhash_CAPI
@@ -959,21 +953,15 @@ _warnings.filters
959953_warnings.warn_explicit
960954warnings._defaultaction
961955warnings._onceregistry
962- zipimport.END_CENTRAL_DIR_LOCATOR_SIZE_64
963- zipimport.END_CENTRAL_DIR_SIZE_64
964- zipimport.MAX_UINT32
965- zipimport.STRING_END_LOCATOR_64
966- zipimport.STRING_END_ZIP_64
967- zipimport.ZIP64_EXTRA_TAG
968956zlib.__file__
969957zoneinfo.TZPATH
970958
971959# summary
972960# cpython_modules 287
973- # implemented 125
961+ # implemented 126
974962# not_implemented 47
975963# failed_to_import 0
976- # missing_items 86
964+ # missing_items 84
977965# mismatched_items 55
978- # mismatched_doc_items 43
966+ # mismatched_doc_items 42
979967# not_implementeds 19
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ _csv.__file__
122122_csv._dialects
123123_ctypes.__file__
124124datetime.datetime_CAPI
125+ dis.name
126+ dis.op
125127faulthandler._stack_overflow
126128fcntl.DN_ACCESS
127129fcntl.DN_ATTRIB
@@ -201,7 +203,6 @@ _locale.bind_textdomain_codeset
201203_locale.bindtextdomain
202204_locale.dcgettext
203205_locale.dgettext
204- _locale.getencoding
205206_locale.gettext
206207_locale.nl_langinfo
207208_locale.textdomain
@@ -272,13 +273,6 @@ pdb._ZipTarget
272273pdb._post_mortem
273274pdb.find_first_executable_line
274275pickle.PickleBuffer
275- platform.AndroidVer
276- platform.IOSVersionInfo
277- platform._win32_ver
278- platform._wmi
279- platform._wmi_query
280- platform.android_ver
281- platform.ios_ver
282276posix.CLONE_NEWTIME
283277posix.MFD_HUGE_16GB
284278posix.MFD_HUGE_16MB
@@ -596,8 +590,6 @@ socket.TIPC_TOP_SRV
596590socket.TIPC_WAIT_FOREVER
597591socket.TIPC_WITHDRAWN
598592socket.TIPC_ZONE_SCOPE
599- socketserver.ForkingUnixDatagramServer
600- socketserver.ForkingUnixStreamServer
601593_sqlite3.SQLITE_DBCONFIG_DEFENSIVE
602594_sqlite3.SQLITE_DBCONFIG_DQS_DDL
603595_sqlite3.SQLITE_DBCONFIG_DQS_DML
@@ -667,8 +659,6 @@ sys.is_stack_trampoline_active
667659sys.setdlopenflags
668660syslog.LOG_FTP
669661syslog.__file__
670- tempfile._dont_follow_symlinks
671- tempfile._resetperms
672662termios.CDSUSP
673663termios.CEOF
674664termios.CEOL
@@ -897,16 +887,6 @@ tkinter.image_names
897887tkinter.image_types
898888tkinter.mainloop
899889tkinter.wantobjects
900- token.EXCLAMATION
901- token.FSTRING_END
902- token.FSTRING_MIDDLE
903- token.FSTRING_START
904- token.SOFT_KEYWORD
905- tokenize.EXCLAMATION
906- tokenize.FSTRING_END
907- tokenize.FSTRING_MIDDLE
908- tokenize.FSTRING_START
909- tokenize.SOFT_KEYWORD
910890tokenize._generate_tokens_from_c_tokenizer
911891tokenize._transform_msg
912892tty.CDSUSP
@@ -990,10 +970,10 @@ zoneinfo.TZPATH
990970
991971# summary
992972# cpython_modules 287
993- # implemented 123
973+ # implemented 125
994974# not_implemented 47
995975# failed_to_import 0
996- # missing_items 89
997- # mismatched_items 56
998- # mismatched_doc_items 45
976+ # missing_items 86
977+ # mismatched_items 55
978+ # mismatched_doc_items 43
999979# not_implementeds 19
You can’t perform that action at this time.
0 commit comments