Skip to content

Commit e80c98d

Browse files
coolreader18actions-user
authored andcommittedMay 4, 2024·
Update what is left results
1 parent 6b4dd00 commit e80c98d

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed
 

‎_data/whats_left.temp

-4
Original file line numberDiff line numberDiff line change
@@ -1258,15 +1258,11 @@ sys.addaudithook
12581258
sys.call_tracing
12591259
sys.deactivate_stack_trampoline
12601260
sys.exception
1261-
sys.get_asyncgen_hooks
1262-
sys.get_coroutine_origin_tracking_depth
12631261
sys.getallocatedblocks
12641262
sys.getdlopenflags
12651263
sys.getswitchinterval
12661264
sys.getunicodeinternedsize
12671265
sys.is_stack_trampoline_active
1268-
sys.set_asyncgen_hooks
1269-
sys.set_coroutine_origin_tracking_depth
12701266
sys.setdlopenflags
12711267
sys.setswitchinterval
12721268
sys.stdlib_module_names

‎_data/whats_left_lastrun.temp

+3-13
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ tuple_iterator.__getattribute__ (inherited)
137137
zip.__getattribute__ (inherited)
138138

139139
# stdlib items
140-
builtins.ExceptionGroup
141140
builtins.anext
142141
__hello__.__file__
143142
__phello__.__file__
@@ -405,7 +404,6 @@ gc.get_freeze_count
405404
gc.get_referents
406405
gc.is_finalized
407406
gc.unfreeze
408-
genericpath.islink
409407
gettext.dnpgettext
410408
gettext.dpgettext
411409
gettext.npgettext
@@ -489,9 +487,6 @@ _multiprocessing.SemLock
489487
_multiprocessing.__file__
490488
_multiprocessing.flags
491489
_multiprocessing.sem_unlink
492-
ntpath.isdevdrive
493-
ntpath.isjunction
494-
ntpath.splitroot
495490
opcode.ENABLE_SPECIALIZATION
496491
opcode.MIN_INSTRUMENTED_OPCODE
497492
opcode._intrinsic_1_descs
@@ -767,8 +762,6 @@ posix.wait4
767762
posix.waitid
768763
posix.waitid_result
769764
posix.writev
770-
posixpath.isjunction
771-
posixpath.splitroot
772765
_posixsubprocess.__file__
773766
_pydecimal.HAVE_CONTEXTVAR
774767
_pydecimal._context_attributes
@@ -904,8 +897,6 @@ _socket.CAN_BCM_TX_SEND
904897
_socket.CAN_BCM_TX_SETUP
905898
_socket.CAN_BCM_TX_STATUS
906899
_socket.CAPI
907-
_socket.CMSG_LEN
908-
_socket.CMSG_SPACE
909900
_socket.EAI_ADDRFAMILY
910901
_socket.ETHERTYPE_ARP
911902
_socket.ETHERTYPE_IP
@@ -1088,7 +1079,6 @@ socket.TIPC_WAIT_FOREVER
10881079
socket.TIPC_WITHDRAWN
10891080
socket.TIPC_ZONE_SCOPE
10901081
socket.recv_fds
1091-
socket.send_fds
10921082
socketserver.ForkingUnixDatagramServer
10931083
socketserver.ForkingUnixStreamServer
10941084
_sqlite3.LEGACY_TRANSACTION_CONTROL
@@ -1519,10 +1509,10 @@ zlib.__version__
15191509

15201510
# summary
15211511
# cpython_modules 282
1522-
# implemented 87
1512+
# implemented 90
15231513
# not_implemented 67
15241514
# failed_to_import 0
1525-
# missing_items 108
1515+
# missing_items 105
15261516
# mismatched_items 61
1527-
# mismatched_doc_items 50
1517+
# mismatched_doc_items 49
15281518
# not_implementeds 37

0 commit comments

Comments
 (0)
Please sign in to comment.