File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ _decimal (entire module)
1616_elementtree (entire module)
1717_gdbm (entire module)
1818_hmac (entire module)
19- _interpchannels (entire module)
20- _interpqueues (entire module)
21- _interpreters (entire module)
2219_lsprof (entire module)
2320_multibytecodec (entire module)
2421_pickle (entire module)
@@ -104,10 +101,12 @@ _hashlib.__file__
104101_hashlib.scrypt
105102_heapq.__about__
106103_heapq.__file__
107- imaplib._paren_depth
108104_imp._override_multi_interp_extensions_check
109105_imp.create_dynamic
110106_imp.exec_dynamic
107+ _interpchannels.__file__
108+ _interpqueues.__file__
109+ _interpreters.__file__
111110_io._BytesIOBuffer
112111_json.__file__
113112_json.make_encoder
@@ -518,8 +517,6 @@ sys.remote_exec
518517sys.setdlopenflags
519518syslog.LOG_FTP
520519syslog.__file__
521- tarfile._EXTHEADER_READ_CHUNK
522- tarfile._safe_read
523520termios.CDSUSP
524521termios.CEOF
525522termios.CEOL
@@ -973,10 +970,10 @@ zlib.__file__
973970
974971# summary
975972# cpython_modules 294
976- # implemented 167
977- # not_implemented 34
973+ # implemented 169
974+ # not_implemented 31
978975# failed_to_import 0
979- # missing_items 67
980- # mismatched_items 45
981- # mismatched_doc_items 31
976+ # missing_items 68
977+ # mismatched_items 46
978+ # mismatched_doc_items 32
982979# not_implementeds 1
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ _decimal
1414_elementtree
1515_gdbm
1616_hmac
17- _interpchannels
18- _interpqueues
19- _interpreters
2017_lsprof
2118_multibytecodec
2219_pickle
You can’t perform that action at this time.
0 commit comments