Skip to content

Commit 39a51a8

Browse files
committed
Update what is left results
1 parent aa4d53c commit 39a51a8

2 files changed

Lines changed: 35 additions & 25 deletions

File tree

_data/whats_left.temp

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ fcntl.DN_DELETE
8686
fcntl.DN_MODIFY
8787
fcntl.DN_MULTISHOT
8888
fcntl.DN_RENAME
89-
fcntl.FASYNC
9089
fcntl.FICLONE
9190
fcntl.FICLONERANGE
9291
fcntl.F_EXLCK
@@ -240,7 +239,6 @@ posix.fdatasync
240239
posix.forkpty
241240
posix.getxattr
242241
posix.grantpt
243-
posix.killpg
244242
posix.listxattr
245243
posix.lockf
246244
posix.login_tty
@@ -291,15 +289,9 @@ _remote_debugging.PROCESS_VM_READV_SUPPORTED
291289
_remote_debugging.__file__
292290
resource.RLIMIT_OFILE
293291
resource.__file__
294-
resource.getpagesize
295292
resource.prlimit
296-
select.PIPE_BUF
297293
select.POLLMSG
298-
select.POLLRDBAND
299294
select.POLLRDHUP
300-
select.POLLRDNORM
301-
select.POLLWRBAND
302-
select.POLLWRNORM
303295
select.__file__
304296
_sha1.SHA1Type
305297
_sha1._GIL_MINSIZE
@@ -517,16 +509,12 @@ _ssl.HOSTFLAG_SINGLE_LABEL_SUBDOMAINS
517509
_ssl.OP_ENABLE_KTLS
518510
_ssl.__file__
519511
ssl.OP_ENABLE_KTLS
520-
_stat.UF_DATAVAULT
521-
_stat.UF_SETTABLE
522-
_stat.UF_TRACKED
523512
_statistics.__file__
524513
_struct.__file__
525514
sys._clear_internal_caches
526515
sys._clear_type_cache
527516
sys._debugmallocstats
528517
sys._dump_tracelets
529-
sys._get_cpu_count_config
530518
sys._is_immortal
531519
sys._is_interned
532520
sys.activate_stack_trampoline
@@ -992,10 +980,10 @@ zlib.__file__
992980

993981
# summary
994982
# cpython_modules 294
995-
# implemented 169
983+
# implemented 170
996984
# not_implemented 24
997985
# failed_to_import 0
998-
# missing_items 75
986+
# missing_items 74
999987
# mismatched_items 46
1000988
# mismatched_doc_items 30
1001989
# not_implementeds 1

_data/whats_left_lastrun.temp

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# modules
22
cProfile (entire module)
3-
_codecs_cn (entire module)
4-
_codecs_hk (entire module)
5-
_codecs_iso2022 (entire module)
6-
_codecs_jp (entire module)
7-
_codecs_kr (entire module)
8-
_codecs_tw (entire module)
93
_ctypes_test (entire module)
104
_curses (entire module)
115
curses (entire module)
@@ -17,7 +11,6 @@ _elementtree (entire module)
1711
_gdbm (entire module)
1812
_hmac (entire module)
1913
_lsprof (entire module)
20-
_multibytecodec (entire module)
2114
_pickle (entire module)
2215
readline (entire module)
2316
_sha2 (entire module)
@@ -43,6 +36,35 @@ _bisect.__file__
4336
_blake2.__file__
4437
_bz2.__file__
4538
cmath.__file__
39+
_codecs_cn.__file__
40+
_codecs_cn.__map_gb18030ext
41+
_codecs_cn.__map_gb2312
42+
_codecs_cn.__map_gbcommon
43+
_codecs_cn.__map_gbkext
44+
_codecs_hk.__file__
45+
_codecs_hk.__map_big5hkscs
46+
_codecs_hk.__map_big5hkscs_bmp
47+
_codecs_hk.__map_big5hkscs_nonbmp
48+
_codecs_iso2022.__file__
49+
_codecs_jp.__file__
50+
_codecs_jp.__map_cp932ext
51+
_codecs_jp.__map_jisx0208
52+
_codecs_jp.__map_jisx0212
53+
_codecs_jp.__map_jisx0213_1_bmp
54+
_codecs_jp.__map_jisx0213_1_emp
55+
_codecs_jp.__map_jisx0213_2_bmp
56+
_codecs_jp.__map_jisx0213_2_emp
57+
_codecs_jp.__map_jisx0213_bmp
58+
_codecs_jp.__map_jisx0213_emp
59+
_codecs_jp.__map_jisx0213_pair
60+
_codecs_jp.__map_jisxcommon
61+
_codecs_kr.__file__
62+
_codecs_kr.__map_cp949
63+
_codecs_kr.__map_cp949ext
64+
_codecs_kr.__map_ksx1001
65+
_codecs_tw.__file__
66+
_codecs_tw.__map_big5
67+
_codecs_tw.__map_cp950ext
4668
_collections._count_elements
4769
copyreg.__cached__
4870
_csv.Reader
@@ -98,7 +120,6 @@ fcntl.__file__
98120
_functools.cmp_to_key
99121
grp.__file__
100122
_hashlib.__file__
101-
_hashlib.scrypt
102123
_heapq.__about__
103124
_heapq.__file__
104125
_imp._override_multi_interp_extensions_check
@@ -126,6 +147,7 @@ _md5.__file__
126147
mmap.MAP_32BIT
127148
mmap.MAP_NORESERVE
128149
mmap.__file__
150+
_multibytecodec.__file__
129151
_multiprocessing.__file__
130152
_operator.call
131153
_operator.inv
@@ -971,9 +993,9 @@ zlib.__file__
971993
# summary
972994
# cpython_modules 294
973995
# implemented 169
974-
# not_implemented 31
996+
# not_implemented 24
975997
# failed_to_import 0
976-
# missing_items 68
998+
# missing_items 75
977999
# mismatched_items 46
978-
# mismatched_doc_items 32
1000+
# mismatched_doc_items 30
9791001
# not_implementeds 1

0 commit comments

Comments
 (0)