@@ -304,20 +304,14 @@ Objects/sliceobject.c - _Py_EllipsisObject -
304
304
# manually cached PyUnicodeObject
305
305
Python/ast_unparse.c - _str_replace_inf -
306
306
307
- # holds statically-initialized strings
308
- Objects/typeobject.c - slotdefs -
309
-
310
307
# other
311
308
Objects/typeobject.c object___reduce_ex___impl objreduce -
312
- Objects/unicodeobject.c - _string_module -
313
- Objects/unicodeobject.c - interned -
314
309
315
310
# -----------------------
316
311
# other
317
312
318
313
# initialized once
319
314
Python/context.c - _token_missing -
320
- Python/fileutils.c - _Py_open_cloexec_works -
321
315
Python/hamt.c - _empty_bitmap_node -
322
316
Python/hamt.c - _empty_hamt -
323
317
@@ -384,6 +378,7 @@ Python/perf_trampoline.c - perf_map_file -
384
378
Objects/unicodeobject.c - ucnhash_capi -
385
379
Parser/action_helpers.c _PyPegen_dummy_name cache -
386
380
Python/dtoa.c - p5s -
381
+ Python/fileutils.c - _Py_open_cloexec_works -
387
382
Python/fileutils.c - force_ascii -
388
383
Python/fileutils.c set_inheritable ioctl_works -
389
384
Python/import.c - import_lock -
@@ -511,6 +506,7 @@ Modules/_testcapi/vectorcall.c - MethodDescriptorNopGet_Type -
511
506
Modules/_testcapi/vectorcall.c - MethodDescriptor2_Type -
512
507
Modules/itertoolsmodule.c - _grouper_type -
513
508
Modules/itertoolsmodule.c - accumulate_type -
509
+ Modules/itertoolsmodule.c - batched_type -
514
510
Modules/itertoolsmodule.c - chain_type -
515
511
Modules/itertoolsmodule.c - combinations_type -
516
512
Modules/itertoolsmodule.c - compress_type -
@@ -701,89 +697,6 @@ Modules/xxmodule.c - ErrorObject -
701
697
# -----------------------
702
698
# cached - initialized once
703
699
704
- # _Py_IDENTIFIER (global)
705
- Modules/_asynciomodule.c - PyId___asyncio_running_event_loop__ -
706
- Modules/_asynciomodule.c - PyId__asyncio_future_blocking -
707
- Modules/_asynciomodule.c - PyId_add_done_callback -
708
- Modules/_asynciomodule.c - PyId_call_soon -
709
- Modules/_asynciomodule.c - PyId_cancel -
710
- Modules/_asynciomodule.c - PyId_get_event_loop -
711
- Modules/_asynciomodule.c - PyId_throw -
712
- Modules/_datetimemodule.c - PyId_as_integer_ratio -
713
- Modules/_datetimemodule.c - PyId_fromutc -
714
- Modules/_datetimemodule.c - PyId_isoformat -
715
- Modules/_datetimemodule.c - PyId_strftime -
716
-
717
- # _Py_IDENTIFIER (local)
718
- Modules/_asynciomodule.c FutureObj_finalize PyId_call_exception_handler -
719
- Modules/_asynciomodule.c FutureObj_finalize PyId_exception -
720
- Modules/_asynciomodule.c FutureObj_finalize PyId_future -
721
- Modules/_asynciomodule.c FutureObj_finalize PyId_message -
722
- Modules/_asynciomodule.c FutureObj_finalize PyId_source_traceback -
723
- Modules/_asynciomodule.c FutureObj_get_state PyId_CANCELLED -
724
- Modules/_asynciomodule.c FutureObj_get_state PyId_FINISHED -
725
- Modules/_asynciomodule.c FutureObj_get_state PyId_PENDING -
726
- Modules/_asynciomodule.c TaskObj_finalize PyId_call_exception_handler -
727
- Modules/_asynciomodule.c TaskObj_finalize PyId_message -
728
- Modules/_asynciomodule.c TaskObj_finalize PyId_source_traceback -
729
- Modules/_asynciomodule.c TaskObj_finalize PyId_task -
730
- Modules/_asynciomodule.c future_init PyId_get_debug -
731
- Modules/_asynciomodule.c get_future_loop PyId__loop -
732
- Modules/_asynciomodule.c get_future_loop PyId_get_loop -
733
- Modules/_asynciomodule.c register_task PyId_add -
734
- Modules/_asynciomodule.c unregister_task PyId_discard -
735
- Modules/_ctypes/_ctypes.c CDataType_from_param PyId__as_parameter_ -
736
- Modules/_ctypes/_ctypes.c PyCArrayType_new PyId__length_ -
737
- Modules/_ctypes/_ctypes.c PyCArrayType_new PyId__type_ -
738
- Modules/_ctypes/_ctypes.c PyCFuncPtr_set_restype PyId__check_retval_ -
739
- Modules/_ctypes/_ctypes.c PyCPointerType_new PyId__type_ -
740
- Modules/_ctypes/_ctypes.c PyCPointerType_set_type PyId__type_ -
741
- Modules/_ctypes/_ctypes.c PyCSimpleType_from_param PyId__as_parameter_ -
742
- Modules/_ctypes/_ctypes.c PyCSimpleType_new PyId__type_ -
743
- Modules/_ctypes/_ctypes.c StructUnionType_new PyId__abstract_ -
744
- Modules/_ctypes/_ctypes.c StructUnionType_new PyId__fields_ -
745
- Modules/_ctypes/_ctypes.c _build_result PyId___ctypes_from_outparam__ -
746
- Modules/_ctypes/_ctypes.c _init_pos_args PyId__fields_ -
747
- Modules/_ctypes/_ctypes.c c_char_p_from_param PyId__as_parameter_ -
748
- Modules/_ctypes/_ctypes.c c_void_p_from_param PyId__as_parameter_ -
749
- Modules/_ctypes/_ctypes.c c_wchar_p_from_param PyId__as_parameter_ -
750
- Modules/_ctypes/_ctypes.c converters_from_argtypes PyId_from_param -
751
- Modules/_ctypes/_ctypes.c make_funcptrtype_dict PyId__argtypes_ -
752
- Modules/_ctypes/_ctypes.c make_funcptrtype_dict PyId__check_retval_ -
753
- Modules/_ctypes/_ctypes.c make_funcptrtype_dict PyId__flags_ -
754
- Modules/_ctypes/_ctypes.c make_funcptrtype_dict PyId__restype_ -
755
- Modules/_ctypes/callproc.c ConvParam PyId__as_parameter_ -
756
- Modules/_ctypes/callproc.c unpickle PyId___new__ -
757
- Modules/_ctypes/callproc.c unpickle PyId___setstate__ -
758
- Modules/_ctypes/stgdict.c MakeAnonFields PyId__anonymous_ -
759
- Modules/_ctypes/stgdict.c PyCStructUnionType_update_stgdict PyId__pack_ -
760
- Modules/_ctypes/stgdict.c PyCStructUnionType_update_stgdict PyId__swappedbytes_ -
761
- Modules/_ctypes/stgdict.c PyCStructUnionType_update_stgdict PyId__use_broken_old_ctypes_structure_semantics_ -
762
- Modules/_cursesmodule.c _curses_getwin PyId_read -
763
- Modules/_cursesmodule.c _curses_window_putwin PyId_write -
764
- Modules/_cursesmodule.c update_lines_cols PyId_COLS -
765
- Modules/_cursesmodule.c update_lines_cols PyId_LINES -
766
- Modules/_datetimemodule.c call_tzname PyId_tzname -
767
- Modules/_datetimemodule.c date_strftime PyId_timetuple -
768
- Modules/_datetimemodule.c date_today PyId_fromtimestamp -
769
- Modules/_datetimemodule.c datetime_strptime PyId__strptime_datetime -
770
- Modules/_datetimemodule.c make_Zreplacement PyId_replace -
771
- Modules/_datetimemodule.c tzinfo_reduce PyId___getinitargs__ -
772
- Modules/_elementtree.c _elementtree_Element_find_impl PyId_find -
773
- Modules/_elementtree.c _elementtree_Element_findall_impl PyId_findall -
774
- Modules/_elementtree.c _elementtree_Element_findtext_impl PyId_findtext -
775
- Modules/_elementtree.c _elementtree_Element_iterfind_impl PyId_iterfind -
776
- Modules/_elementtree.c expat_start_doctype_handler PyId_doctype -
777
- Modules/_elementtree.c treebuilder_add_subelement PyId_append -
778
- Modules/_elementtree.c treebuilder_flush_data PyId_tail -
779
- Modules/_elementtree.c treebuilder_flush_data PyId_text -
780
- Modules/_json.c _encoded_const PyId_false -
781
- Modules/_json.c _encoded_const PyId_null -
782
- Modules/_json.c _encoded_const PyId_true -
783
- Modules/_json.c raise_errmsg PyId_JSONDecodeError -
784
- Modules/_json.c raise_errmsg PyId_decoder -
785
- Modules/ossaudiodev.c oss_exit PyId_close -
786
-
787
700
# manually cached PyUnicodeOjbect
788
701
Modules/_asynciomodule.c - context_kwname -
789
702
Modules/_ctypes/callproc.c _ctypes_get_errobj error_object_name -
0 commit comments