mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Add Py_GetConstant() and Py_GetConstantBorrowed() functions. In the limited C API version 3.13, getting Py_None, Py_False, Py_True, Py_Ellipsis and Py_NotImplemented singletons is now implemented as function calls at the stable ABI level to hide implementation details. Getting these constants still return borrowed references. Add _testlimitedcapi/object.c and test_capi/test_object.py to test Py_GetConstant() and Py_GetConstantBorrowed() functions.
30 KiB
30 KiB
| 1 | filename | funcname | name | reason |
|---|---|---|---|---|
| 2 | #??? | - | somevar | ??? |
| 3 | Python/bootstrap_hash.c | py_getrandom | getrandom_works | - |
| 4 | Python/fileutils.c | - | _Py_open_cloexec_works | - |
| 5 | Python/fileutils.c | set_inheritable | ioctl_works | - |
| 6 | Modules/posixmodule.c | os_dup2_impl | dup3_works | - |
| 7 | Python/thread_pthread.h | PyThread__init_thread | lib_initialized | - |
| 8 | Objects/longobject.c | long_from_non_binary_base | log_base_BASE | - |
| 9 | Objects/longobject.c | long_from_non_binary_base | convwidth_base | - |
| 10 | Objects/longobject.c | long_from_non_binary_base | convmultmax_base | - |
| 11 | Objects/unicodeobject.c | - | bloom_linebreak | - |
| 12 | Objects/unicodeobject.c | _init_global_state | initialized | - |
| 13 | Modules/getbuildinfo.c | - | buildinfo | - |
| 14 | Modules/getbuildinfo.c | - | initialized | - |
| 15 | Python/getversion.c | - | initialized | - |
| 16 | Python/getversion.c | - | version | - |
| 17 | Python/bootstrap_hash.c | - | _Py_HashSecret_Initialized | - |
| 18 | Python/pyhash.c | - | _Py_HashSecret | - |
| 19 | Python/parking_lot.c | - | buckets | - |
| 20 | Python/getopt.c | - | _PyOS_optarg | - |
| 21 | Python/getopt.c | - | _PyOS_opterr | - |
| 22 | Python/getopt.c | - | _PyOS_optind | - |
| 23 | Python/getopt.c | - | opt_ptr | - |
| 24 | Python/pathconfig.c | - | _Py_path_config | - |
| 25 | Parser/myreadline.c | - | _PyOS_ReadlineLock | - |
| 26 | Parser/myreadline.c | - | _PyOS_ReadlineTState | - |
| 27 | Parser/myreadline.c | - | PyOS_InputHook | - |
| 28 | Parser/myreadline.c | - | PyOS_ReadlineFunctionPointer | - |
| 29 | Python/initconfig.c | - | _Py_StandardStreamEncoding | - |
| 30 | Python/initconfig.c | - | _Py_StandardStreamErrors | - |
| 31 | Python/initconfig.c | - | PYCONFIG_SPEC | - |
| 32 | Python/preconfig.c | - | Py_FileSystemDefaultEncoding | - |
| 33 | Python/preconfig.c | - | Py_HasFileSystemDefaultEncoding | - |
| 34 | Python/preconfig.c | - | Py_FileSystemDefaultEncodeErrors | - |
| 35 | Python/preconfig.c | - | _Py_HasFileSystemDefaultEncodeErrors | - |
| 36 | Python/initconfig.c | - | Py_UTF8Mode | - |
| 37 | Python/initconfig.c | - | Py_DebugFlag | - |
| 38 | Python/initconfig.c | - | Py_VerboseFlag | - |
| 39 | Python/initconfig.c | - | Py_QuietFlag | - |
| 40 | Python/initconfig.c | - | Py_InteractiveFlag | - |
| 41 | Python/initconfig.c | - | Py_InspectFlag | - |
| 42 | Python/initconfig.c | - | Py_OptimizeFlag | - |
| 43 | Python/initconfig.c | - | Py_NoSiteFlag | - |
| 44 | Python/initconfig.c | - | Py_BytesWarningFlag | - |
| 45 | Python/initconfig.c | - | Py_FrozenFlag | - |
| 46 | Python/initconfig.c | - | Py_IgnoreEnvironmentFlag | - |
| 47 | Python/initconfig.c | - | Py_DontWriteBytecodeFlag | - |
| 48 | Python/initconfig.c | - | Py_NoUserSiteDirectory | - |
| 49 | Python/initconfig.c | - | Py_UnbufferedStdioFlag | - |
| 50 | Python/initconfig.c | - | Py_HashRandomizationFlag | - |
| 51 | Python/initconfig.c | - | Py_IsolatedFlag | - |
| 52 | Python/initconfig.c | - | Py_LegacyWindowsFSEncodingFlag | - |
| 53 | Python/initconfig.c | - | Py_LegacyWindowsStdioFlag | - |
| 54 | Python/frozen.c | - | PyImport_FrozenModules | - |
| 55 | Python/import.c | - | inittab_copy | - |
| 56 | Python/import.c | - | PyImport_Inittab | - |
| 57 | Python/pylifecycle.c | - | _PyRuntime | - |
| 58 | Python/pylifecycle.c | - | runtime_initialized | - |
| 59 | Modules/syslogmodule.c | - | S_ident_o | - |
| 60 | Modules/syslogmodule.c | - | S_log_open | - |
| 61 | Objects/object.c | - | _Py_RefTotal | - |
| 62 | Python/sysmodule.c | - | _preinit_warnoptions | - |
| 63 | Python/sysmodule.c | - | _preinit_xoptions | - |
| 64 | Modules/faulthandler.c | faulthandler_dump_traceback | reentrant | - |
| 65 | Python/pylifecycle.c | _Py_FatalErrorFormat | reentrant | - |
| 66 | Python/pylifecycle.c | fatal_error | reentrant | - |
| 67 | Modules/_xxinterpchannelsmodule.c | - | _globals | - |
| 68 | Modules/_xxinterpqueuesmodule.c | - | _globals | - |
| 69 | Modules/_decimal/_decimal.c | - | minalloc_is_set | - |
| 70 | Python/pyfpe.c | - | PyFPE_counter | - |
| 71 | Python/import.c | - | pkgcontext | - |
| 72 | Python/pystate.c | - | _Py_tss_tstate | - |
| 73 | Include/internal/pycore_blocks_output_buffer.h | - | BUFFER_BLOCK_SIZE | - |
| 74 | Modules/_csv.c | - | quote_styles | - |
| 75 | Modules/_ctypes/cfield.c | - | ffi_type_double | - |
| 76 | Modules/_ctypes/cfield.c | - | ffi_type_float | - |
| 77 | Modules/_ctypes/cfield.c | - | ffi_type_longdouble | - |
| 78 | Modules/_ctypes/cfield.c | - | ffi_type_pointer | - |
| 79 | Modules/_ctypes/cfield.c | - | ffi_type_sint16 | - |
| 80 | Modules/_ctypes/cfield.c | - | ffi_type_sint32 | - |
| 81 | Modules/_ctypes/cfield.c | - | ffi_type_sint64 | - |
| 82 | Modules/_ctypes/cfield.c | - | ffi_type_sint8 | - |
| 83 | Modules/_ctypes/cfield.c | - | ffi_type_uint16 | - |
| 84 | Modules/_ctypes/cfield.c | - | ffi_type_uint32 | - |
| 85 | Modules/_ctypes/cfield.c | - | ffi_type_uint64 | - |
| 86 | Modules/_ctypes/cfield.c | - | ffi_type_uint8 | - |
| 87 | Modules/_ctypes/cfield.c | - | ffi_type_void | - |
| 88 | Modules/_datetimemodule.c | - | epoch | - |
| 89 | Modules/_datetimemodule.c | - | max_fold_seconds | - |
| 90 | Modules/_datetimemodule.c | datetime_isoformat | specs | - |
| 91 | Modules/_datetimemodule.c | parse_hh_mm_ss_ff | correction | - |
| 92 | Modules/_datetimemodule.c | time_isoformat | specs | - |
| 93 | Modules/_decimal/_decimal.c | - | cond_map_template | - |
| 94 | Modules/_decimal/_decimal.c | - | dec_signal_string | - |
| 95 | Modules/_decimal/_decimal.c | - | dflt_ctx | - |
| 96 | Modules/_decimal/_decimal.c | - | int_constants | - |
| 97 | Modules/_decimal/_decimal.c | - | invalid_rounding_err | - |
| 98 | Modules/_decimal/_decimal.c | - | invalid_signals_err | - |
| 99 | Modules/_decimal/_decimal.c | - | signal_map_template | - |
| 100 | Modules/_decimal/_decimal.c | - | ssize_constants | - |
| 101 | Modules/_decimal/_decimal.c | - | INVALID_SIGNALDICT_ERROR_MSG | - |
| 102 | Modules/_elementtree.c | - | ExpatMemoryHandler | - |
| 103 | Modules/_hashopenssl.c | - | py_hashes | - |
| 104 | Modules/_hacl/Hacl_Hash_SHA1.c | - | _h0 | - |
| 105 | Modules/_hacl/Hacl_Hash_MD5.c | - | _h0 | - |
| 106 | Modules/_hacl/Hacl_Hash_MD5.c | - | _t | - |
| 107 | Modules/_io/_iomodule.c | - | static_types | - |
| 108 | Modules/_io/textio.c | - | encodefuncs | - |
| 109 | Modules/_io/winconsoleio.c | - | _PyWindowsConsoleIO_Type | - |
| 110 | Modules/_localemodule.c | - | langinfo_constants | - |
| 111 | Modules/_lsprof.c | - | callback_table | - |
| 112 | Modules/_pickle.c | - | READ_WHOLE_LINE | - |
| 113 | Modules/_sqlite/module.c | - | error_codes | - |
| 114 | Modules/_sre/sre.c | pattern_repr | flag_names | - |
| 115 | Modules/_sre/sre_targets.h | - | sre_targets | - |
| 116 | Modules/_sre.c | pattern_repr | flag_names | - |
| 117 | Modules/_struct.c | - | bigendian_table | - |
| 118 | Modules/_struct.c | - | lilendian_table | - |
| 119 | Modules/_struct.c | - | native_table | - |
| 120 | Modules/_tkinter.c | - | state_key | - |
| 121 | Modules/_xxinterpchannelsmodule.c | - | _channelid_end_recv | - |
| 122 | Modules/_xxinterpchannelsmodule.c | - | _channelid_end_send | - |
| 123 | Modules/_zoneinfo.c | - | DAYS_BEFORE_MONTH | - |
| 124 | Modules/_zoneinfo.c | - | DAYS_IN_MONTH | - |
| 125 | Modules/_xxsubinterpretersmodule.c | - | no_exception | - |
| 126 | Modules/arraymodule.c | - | descriptors | - |
| 127 | Modules/arraymodule.c | - | emptybuf | - |
| 128 | Modules/cjkcodecs/_codecs_cn.c | - | _mapping_list | - |
| 129 | Modules/cjkcodecs/_codecs_cn.c | - | mapping_list | - |
| 130 | Modules/cjkcodecs/_codecs_cn.c | - | _codec_list | - |
| 131 | Modules/cjkcodecs/_codecs_cn.c | - | codec_list | - |
| 132 | Modules/cjkcodecs/_codecs_hk.c | - | big5hkscs_pairenc_table | - |
| 133 | Modules/cjkcodecs/_codecs_hk.c | - | _mapping_list | - |
| 134 | Modules/cjkcodecs/_codecs_hk.c | - | mapping_list | - |
| 135 | Modules/cjkcodecs/_codecs_hk.c | - | _codec_list | - |
| 136 | Modules/cjkcodecs/_codecs_hk.c | - | codec_list | - |
| 137 | Modules/cjkcodecs/_codecs_iso2022.c | - | iso2022_kr_config | - |
| 138 | Modules/cjkcodecs/_codecs_iso2022.c | - | iso2022_jp_config | - |
| 139 | Modules/cjkcodecs/_codecs_iso2022.c | - | iso2022_jp_1_config | - |
| 140 | Modules/cjkcodecs/_codecs_iso2022.c | - | iso2022_jp_2_config | - |
| 141 | Modules/cjkcodecs/_codecs_iso2022.c | - | iso2022_jp_2004_config | - |
| 142 | Modules/cjkcodecs/_codecs_iso2022.c | - | iso2022_jp_3_config | - |
| 143 | Modules/cjkcodecs/_codecs_iso2022.c | - | iso2022_jp_ext_config | - |
| 144 | Modules/cjkcodecs/_codecs_iso2022.c | - | _mapping_list | - |
| 145 | Modules/cjkcodecs/_codecs_iso2022.c | - | mapping_list | - |
| 146 | Modules/cjkcodecs/_codecs_iso2022.c | - | _codec_list | - |
| 147 | Modules/cjkcodecs/_codecs_iso2022.c | - | codec_list | - |
| 148 | Modules/cjkcodecs/_codecs_jp.c | - | _mapping_list | - |
| 149 | Modules/cjkcodecs/_codecs_jp.c | - | mapping_list | - |
| 150 | Modules/cjkcodecs/_codecs_jp.c | - | _codec_list | - |
| 151 | Modules/cjkcodecs/_codecs_jp.c | - | codec_list | - |
| 152 | Modules/cjkcodecs/_codecs_kr.c | - | u2johabjamo | - |
| 153 | Modules/cjkcodecs/_codecs_kr.c | - | _mapping_list | - |
| 154 | Modules/cjkcodecs/_codecs_kr.c | - | mapping_list | - |
| 155 | Modules/cjkcodecs/_codecs_kr.c | - | _codec_list | - |
| 156 | Modules/cjkcodecs/_codecs_kr.c | - | codec_list | - |
| 157 | Modules/cjkcodecs/_codecs_tw.c | - | _mapping_list | - |
| 158 | Modules/cjkcodecs/_codecs_tw.c | - | mapping_list | - |
| 159 | Modules/cjkcodecs/_codecs_tw.c | - | _codec_list | - |
| 160 | Modules/cjkcodecs/_codecs_tw.c | - | codec_list | - |
| 161 | Modules/cjkcodecs/cjkcodecs.h | - | __methods | - |
| 162 | Modules/cmathmodule.c | - | acos_special_values | - |
| 163 | Modules/cmathmodule.c | - | acosh_special_values | - |
| 164 | Modules/cmathmodule.c | - | asinh_special_values | - |
| 165 | Modules/cmathmodule.c | - | atanh_special_values | - |
| 166 | Modules/cmathmodule.c | - | cosh_special_values | - |
| 167 | Modules/cmathmodule.c | - | exp_special_values | - |
| 168 | Modules/cmathmodule.c | - | log_special_values | - |
| 169 | Modules/cmathmodule.c | - | rect_special_values | - |
| 170 | Modules/cmathmodule.c | - | sinh_special_values | - |
| 171 | Modules/cmathmodule.c | - | sqrt_special_values | - |
| 172 | Modules/cmathmodule.c | - | tanh_special_values | - |
| 173 | Modules/config.c | - | _PyImport_Inittab | - |
| 174 | Modules/faulthandler.c | - | faulthandler_handlers | - |
| 175 | Modules/getnameinfo.c | - | gni_afdl | - |
| 176 | Modules/posixmodule.c | os_getxattr_impl | buffer_sizes | - |
| 177 | Modules/posixmodule.c | os_listxattr_impl | buffer_sizes | - |
| 178 | Modules/posixmodule.c | - | posix_constants_confstr | - |
| 179 | Modules/posixmodule.c | - | posix_constants_pathconf | - |
| 180 | Modules/posixmodule.c | - | posix_constants_sysconf | - |
| 181 | Modules/pyexpat.c | - | ExpatMemoryHandler | - |
| 182 | Modules/pyexpat.c | - | error_info_of | - |
| 183 | Modules/pyexpat.c | - | handler_info | - |
| 184 | Modules/termios.c | - | termios_constants | - |
| 185 | Modules/timemodule.c | init_timezone | YEAR | - |
| 186 | Objects/bytearrayobject.c | - | _PyByteArray_empty_string | - |
| 187 | Objects/complexobject.c | - | c_1 | - |
| 188 | Objects/exceptions.c | - | static_exceptions | - |
| 189 | Objects/genobject.c | - | ASYNC_GEN_IGNORED_EXIT_MSG | - |
| 190 | Objects/genobject.c | - | NON_INIT_CORO_MSG | - |
| 191 | Objects/longobject.c | - | _PyLong_DigitValue | - |
| 192 | Objects/object.c | - | _Py_SwappedOp | - |
| 193 | Objects/object.c | - | _Py_abstract_hack | - |
| 194 | Objects/object.c | - | last_final_reftotal | - |
| 195 | Objects/object.c | - | static_types | - |
| 196 | Objects/obmalloc.c | - | _PyMem | - |
| 197 | Objects/obmalloc.c | - | _PyMem_Debug | - |
| 198 | Objects/obmalloc.c | - | _PyMem_Raw | - |
| 199 | Objects/obmalloc.c | - | _PyObject | - |
| 200 | Objects/obmalloc.c | - | last_final_leaks | - |
| 201 | Objects/obmalloc.c | - | obmalloc_state_main | - |
| 202 | Objects/obmalloc.c | - | obmalloc_state_initialized | - |
| 203 | Objects/typeobject.c | - | name_op | - |
| 204 | Objects/typeobject.c | - | slotdefs | - |
| 205 | Objects/unicodeobject.c | - | stripfuncnames | - |
| 206 | Objects/unicodeobject.c | - | utf7_category | - |
| 207 | Objects/unicodeobject.c | unicode_decode_call_errorhandler_wchar | argparse | - |
| 208 | Objects/unicodeobject.c | unicode_decode_call_errorhandler_writer | argparse | - |
| 209 | Objects/unicodeobject.c | unicode_encode_call_errorhandler | argparse | - |
| 210 | Objects/unicodeobject.c | unicode_translate_call_errorhandler | argparse | - |
| 211 | Parser/parser.c | - | reserved_keywords | - |
| 212 | Parser/parser.c | - | soft_keywords | - |
| 213 | Parser/lexer/lexer.c | - | type_comment_prefix | - |
| 214 | Python/ast_opt.c | fold_unaryop | ops | - |
| 215 | Python/ceval.c | - | _PyEval_BinaryOps | - |
| 216 | Python/ceval.c | - | _Py_INTERPRETER_TRAMPOLINE_INSTRUCTIONS | - |
| 217 | Python/codecs.c | - | Py_hexdigits | - |
| 218 | Python/codecs.c | - | ucnhash_capi | - |
| 219 | Python/codecs.c | _PyCodecRegistry_Init | methods | - |
| 220 | Python/compile.c | - | NO_LABEL | - |
| 221 | Python/compile.c | - | NO_LOCATION | - |
| 222 | Python/dynload_shlib.c | - | _PyImport_DynLoadFiletab | - |
| 223 | Python/dynload_stub.c | - | _PyImport_DynLoadFiletab | - |
| 224 | Python/frozen.c | - | aliases | - |
| 225 | Python/frozen.c | - | bootstrap_modules | - |
| 226 | Python/frozen.c | - | stdlib_modules | - |
| 227 | Python/frozen.c | - | test_modules | - |
| 228 | Python/frozen.c | - | _PyImport_FrozenAliases | - |
| 229 | Python/frozen.c | - | _PyImport_FrozenBootstrap | - |
| 230 | Python/frozen.c | - | _PyImport_FrozenStdlib | - |
| 231 | Python/frozen.c | - | _PyImport_FrozenTest | - |
| 232 | Python/getopt.c | - | longopts | - |
| 233 | Python/import.c | - | _PyImport_Inittab | - |
| 234 | Python/import.c | - | _PySys_ImplCacheTag | - |
| 235 | Python/intrinsics.c | - | _PyIntrinsics_UnaryFunctions | - |
| 236 | Python/intrinsics.c | - | _PyIntrinsics_BinaryFunctions | - |
| 237 | Python/lock.c | - | TIME_TO_BE_FAIR_NS | - |
| 238 | Python/opcode_targets.h | - | opcode_targets | - |
| 239 | Python/perf_trampoline.c | - | _Py_perfmap_callbacks | - |
| 240 | Python/pyhash.c | - | PyHash_Func | - |
| 241 | Python/pylifecycle.c | - | _C_LOCALE_WARNING | - |
| 242 | Python/pylifecycle.c | - | _PyOS_mystrnicmp_hack | - |
| 243 | Python/pylifecycle.c | - | _TARGET_LOCALES | - |
| 244 | Python/pylifecycle.c | - | INTERPRETER_TRAMPOLINE_CODEDEF | - |
| 245 | Python/pystate.c | - | initial | - |
| 246 | Python/specialize.c | - | adaptive_opcodes | - |
| 247 | Python/specialize.c | - | cache_requirements | - |
| 248 | Python/stdlib_module_names.h | - | _Py_stdlib_module_names | - |
| 249 | Python/sysmodule.c | - | perf_map_state | - |
| 250 | Python/sysmodule.c | - | _PySys_ImplCacheTag | - |
| 251 | Python/sysmodule.c | - | _PySys_ImplName | - |
| 252 | Python/sysmodule.c | - | whatstrings | - |
| 253 | Python/optimizer.c | - | _PyDefaultOptimizer_Type | - |
| 254 | Python/optimizer.c | - | _PyCounterExecutor_Type | - |
| 255 | Python/optimizer.c | - | _PyCounterOptimizer_Type | - |
| 256 | Python/optimizer.c | - | _PyUOpExecutor_Type | - |
| 257 | Python/optimizer.c | - | _PyUOpOptimizer_Type | - |
| 258 | Python/optimizer.c | - | _PyOptimizer_Default | - |
| 259 | Python/optimizer.c | - | _ColdExit_Type | - |
| 260 | Python/optimizer.c | - | COLD_EXITS | - |
| 261 | Python/optimizer.c | - | Py_FatalErrorExecutor | - |
| 262 | Python/optimizer.c | - | EMPTY_FILTER | - |
| 263 | Python/optimizer.c | - | cold_exits_initialized | - |
| 264 | Modules/_ctypes/_ctypes_test.c | - | _ctypes_test_slots | - |
| 265 | Modules/_ctypes/_ctypes_test.c | - | _ctypes_testmodule | - |
| 266 | Modules/_ctypes/_ctypes_test.c | - | _xxx_lib | - |
| 267 | Modules/_ctypes/_ctypes_test.c | - | an_integer | - |
| 268 | Modules/_ctypes/_ctypes_test.c | - | bottom | - |
| 269 | Modules/_ctypes/_ctypes_test.c | - | last_tf_arg_s | - |
| 270 | Modules/_ctypes/_ctypes_test.c | - | last_tf_arg_u | - |
| 271 | Modules/_ctypes/_ctypes_test.c | - | last_tfrsuv_arg | - |
| 272 | Modules/_ctypes/_ctypes_test.c | - | left | - |
| 273 | Modules/_ctypes/_ctypes_test.c | - | module_methods | - |
| 274 | Modules/_ctypes/_ctypes_test.c | - | my_eggs | - |
| 275 | Modules/_ctypes/_ctypes_test.c | - | my_spams | - |
| 276 | Modules/_ctypes/_ctypes_test.c | - | right | - |
| 277 | Modules/_ctypes/_ctypes_test.c | - | top | - |
| 278 | Modules/_testbuffer.c | - | NDArray_Type | - |
| 279 | Modules/_testbuffer.c | - | StaticArray_Type | - |
| 280 | Modules/_testbuffer.c | - | Struct | - |
| 281 | Modules/_testbuffer.c | - | _testbuffer_functions | - |
| 282 | Modules/_testbuffer.c | - | _testbuffermodule | - |
| 283 | Modules/_testbuffer.c | - | calcsize | - |
| 284 | Modules/_testbuffer.c | - | infobuf | - |
| 285 | Modules/_testbuffer.c | - | ndarray_as_buffer | - |
| 286 | Modules/_testbuffer.c | - | ndarray_as_mapping | - |
| 287 | Modules/_testbuffer.c | - | ndarray_as_sequence | - |
| 288 | Modules/_testbuffer.c | - | ndarray_getset | - |
| 289 | Modules/_testbuffer.c | - | ndarray_methods | - |
| 290 | Modules/_testbuffer.c | - | simple_fmt | - |
| 291 | Modules/_testbuffer.c | - | simple_format | - |
| 292 | Modules/_testbuffer.c | - | static_buffer | - |
| 293 | Modules/_testbuffer.c | - | static_mem | - |
| 294 | Modules/_testbuffer.c | - | static_shape | - |
| 295 | Modules/_testbuffer.c | - | static_strides | - |
| 296 | Modules/_testbuffer.c | - | staticarray_as_buffer | - |
| 297 | Modules/_testbuffer.c | - | structmodule | - |
| 298 | Modules/_testbuffer.c | ndarray_init | kwlist | - |
| 299 | Modules/_testbuffer.c | ndarray_memoryview_from_buffer | format | - |
| 300 | Modules/_testbuffer.c | ndarray_memoryview_from_buffer | info | - |
| 301 | Modules/_testbuffer.c | ndarray_memoryview_from_buffer | shape | - |
| 302 | Modules/_testbuffer.c | ndarray_memoryview_from_buffer | strides | - |
| 303 | Modules/_testbuffer.c | ndarray_memoryview_from_buffer | suboffsets | - |
| 304 | Modules/_testbuffer.c | ndarray_push | kwlist | - |
| 305 | Modules/_testbuffer.c | staticarray_init | kwlist | - |
| 306 | Modules/_testcapi/buffer.c | - | testBufType | - |
| 307 | Modules/_testcapi/code.c | get_code_extra_index | key | - |
| 308 | Modules/_testcapi/datetime.c | - | test_run_counter | - |
| 309 | Modules/_testcapi/docstring.c | - | DocStringNoSignatureTest | - |
| 310 | Modules/_testcapi/docstring.c | - | DocStringUnrepresentableSignatureTest | - |
| 311 | Modules/_testcapi/exceptions.c | - | PyRecursingInfinitelyError_Type | - |
| 312 | Modules/_testcapi/heaptype.c | - | _testcapimodule | - |
| 313 | Modules/_testcapi/mem.c | - | FmData | - |
| 314 | Modules/_testcapi/mem.c | - | FmHook | - |
| 315 | Modules/_testcapi/structmember.c | - | test_structmembersType_OldAPI | - |
| 316 | Modules/_testcapi/watchers.c | - | g_dict_watch_events | - |
| 317 | Modules/_testcapi/watchers.c | - | g_dict_watchers_installed | - |
| 318 | Modules/_testcapi/watchers.c | - | g_type_modified_events | - |
| 319 | Modules/_testcapi/watchers.c | - | g_type_watchers_installed | - |
| 320 | Modules/_testcapi/watchers.c | - | code_watcher_ids | - |
| 321 | Modules/_testcapi/watchers.c | - | num_code_object_created_events | - |
| 322 | Modules/_testcapi/watchers.c | - | num_code_object_destroyed_events | - |
| 323 | Modules/_testcapi/watchers.c | - | pyfunc_watchers | - |
| 324 | Modules/_testcapi/watchers.c | - | func_watcher_ids | - |
| 325 | Modules/_testcapi/watchers.c | - | func_watcher_callbacks | - |
| 326 | Modules/_testcapimodule.c | - | BasicStaticTypes | - |
| 327 | Modules/_testcapimodule.c | - | num_basic_static_types_used | - |
| 328 | Modules/_testcapimodule.c | - | ContainerNoGC_members | - |
| 329 | Modules/_testcapimodule.c | - | ContainerNoGC_type | - |
| 330 | Modules/_testcapimodule.c | - | FmData | - |
| 331 | Modules/_testcapimodule.c | - | FmHook | - |
| 332 | Modules/_testcapimodule.c | - | GenericAlias_Type | - |
| 333 | Modules/_testcapimodule.c | - | Generic_Type | - |
| 334 | Modules/_testcapimodule.c | - | HeapCTypeSetattr_slots | - |
| 335 | Modules/_testcapimodule.c | - | HeapCTypeSetattr_spec | - |
| 336 | Modules/_testcapimodule.c | - | HeapCTypeSubclassWithFinalizer_slots | - |
| 337 | Modules/_testcapimodule.c | - | HeapCTypeSubclassWithFinalizer_spec | - |
| 338 | Modules/_testcapimodule.c | - | HeapCTypeSubclass_slots | - |
| 339 | Modules/_testcapimodule.c | - | HeapCTypeSubclass_spec | - |
| 340 | Modules/_testcapimodule.c | - | HeapCTypeWithBuffer_slots | - |
| 341 | Modules/_testcapimodule.c | - | HeapCTypeWithBuffer_spec | - |
| 342 | Modules/_testcapimodule.c | - | HeapCTypeWithDict_slots | - |
| 343 | Modules/_testcapimodule.c | - | HeapCTypeWithDict_spec | - |
| 344 | Modules/_testcapimodule.c | - | HeapCTypeWithNegativeDict_slots | - |
| 345 | Modules/_testcapimodule.c | - | HeapCTypeWithNegativeDict_spec | - |
| 346 | Modules/_testcapimodule.c | - | HeapCTypeWithWeakref_slots | - |
| 347 | Modules/_testcapimodule.c | - | HeapCTypeWithWeakref_spec | - |
| 348 | Modules/_testcapimodule.c | - | HeapCType_slots | - |
| 349 | Modules/_testcapimodule.c | - | HeapCType_spec | - |
| 350 | Modules/_testcapimodule.c | - | HeapDocCType_slots | - |
| 351 | Modules/_testcapimodule.c | - | HeapDocCType_spec | - |
| 352 | Modules/_testcapimodule.c | - | HeapGcCType_slots | - |
| 353 | Modules/_testcapimodule.c | - | HeapGcCType_spec | - |
| 354 | Modules/_testcapimodule.c | - | MethClass_Type | - |
| 355 | Modules/_testcapimodule.c | - | MethInstance_Type | - |
| 356 | Modules/_testcapimodule.c | - | MethStatic_Type | - |
| 357 | Modules/_testcapimodule.c | - | MethodDescriptor2_Type | - |
| 358 | Modules/_testcapimodule.c | - | MethodDescriptorBase_Type | - |
| 359 | Modules/_testcapimodule.c | - | MethodDescriptorDerived_Type | - |
| 360 | Modules/_testcapimodule.c | - | MethodDescriptorNopGet_Type | - |
| 361 | Modules/_testcapimodule.c | - | MyList_Type | - |
| 362 | Modules/_testcapimodule.c | - | PyRecursingInfinitelyError_Type | - |
| 363 | Modules/_testcapimodule.c | - | TestError | - |
| 364 | Modules/_testcapimodule.c | - | TestMethods | - |
| 365 | Modules/_testcapimodule.c | - | _HashInheritanceTester_Type | - |
| 366 | Modules/_testcapimodule.c | - | _testcapimodule | - |
| 367 | Modules/_testcapimodule.c | - | awaitType | - |
| 368 | Modules/_testcapimodule.c | - | awaitType_as_async | - |
| 369 | Modules/_testcapimodule.c | - | capsule_context | - |
| 370 | Modules/_testcapimodule.c | - | capsule_destructor_call_count | - |
| 371 | Modules/_testcapimodule.c | - | capsule_error | - |
| 372 | Modules/_testcapimodule.c | - | capsule_name | - |
| 373 | Modules/_testcapimodule.c | - | capsule_pointer | - |
| 374 | Modules/_testcapimodule.c | - | decimal_initialized | - |
| 375 | Modules/_testcapimodule.c | - | generic_alias_methods | - |
| 376 | Modules/_testcapimodule.c | - | generic_methods | - |
| 377 | Modules/_testcapimodule.c | - | heapctype_members | - |
| 378 | Modules/_testcapimodule.c | - | heapctypesetattr_members | - |
| 379 | Modules/_testcapimodule.c | - | heapctypesubclass_members | - |
| 380 | Modules/_testcapimodule.c | - | heapctypewithdict_getsetlist | - |
| 381 | Modules/_testcapimodule.c | - | heapctypewithdict_members | - |
| 382 | Modules/_testcapimodule.c | - | heapctypewithnegativedict_members | - |
| 383 | Modules/_testcapimodule.c | - | heapctypewithweakref_members | - |
| 384 | Modules/_testcapimodule.c | - | ipowType | - |
| 385 | Modules/_testcapimodule.c | - | ipowType_as_number | - |
| 386 | Modules/_testcapimodule.c | - | matmulType | - |
| 387 | Modules/_testcapimodule.c | - | matmulType_as_number | - |
| 388 | Modules/_testcapimodule.c | - | meth_class_methods | - |
| 389 | Modules/_testcapimodule.c | - | meth_instance_methods | - |
| 390 | Modules/_testcapimodule.c | - | meth_static_methods | - |
| 391 | Modules/_testcapimodule.c | - | ml | - |
| 392 | Modules/_testcapimodule.c | - | str1 | - |
| 393 | Modules/_testcapimodule.c | - | str2 | - |
| 394 | Modules/_testcapimodule.c | - | test_c_thread | - |
| 395 | Modules/_testcapimodule.c | - | test_members | - |
| 396 | Modules/_testcapimodule.c | - | test_run_counter | - |
| 397 | Modules/_testcapimodule.c | - | test_structmembersType | - |
| 398 | Modules/_testcapimodule.c | - | thread_done | - |
| 399 | Modules/_testcapimodule.c | - | x | - |
| 400 | Modules/_testcapimodule.c | - | wait_done | - |
| 401 | Modules/_testcapimodule.c | getargs_keyword_only | keywords | - |
| 402 | Modules/_testcapimodule.c | getargs_keywords | keywords | - |
| 403 | Modules/_testcapimodule.c | getargs_positional_only_and_keywords | keywords | - |
| 404 | Modules/_testcapimodule.c | getargs_s_hash_int2 | keywords | static char*[] |
| 405 | Modules/_testcapimodule.c | make_exception_with_doc | kwlist | - |
| 406 | Modules/_testcapimodule.c | raise_SIGINT_then_send_None | PyId_send | - |
| 407 | Modules/_testcapimodule.c | slot_tp_del | PyId___tp_del__ | - |
| 408 | Modules/_testcapimodule.c | test_capsule | buffer | - |
| 409 | Modules/_testcapimodule.c | getargs_empty | kwlist | - |
| 410 | Modules/_testcapimodule.c | test_structmembers_new | keywords | - |
| 411 | Modules/_testcapimodule.c | getargs_s_hash_int | keywords | - |
| 412 | Modules/_testcapimodule.c | - | g_dict_watch_events | - |
| 413 | Modules/_testcapimodule.c | - | g_dict_watchers_installed | - |
| 414 | Modules/_testcapimodule.c | - | g_type_modified_events | - |
| 415 | Modules/_testcapimodule.c | - | g_type_watchers_installed | - |
| 416 | Modules/_testimportmultiple.c | - | _barmodule | - |
| 417 | Modules/_testimportmultiple.c | - | _foomodule | - |
| 418 | Modules/_testimportmultiple.c | - | _testimportmultiple | - |
| 419 | Modules/_testinternalcapi.c | - | pending_identify_result | - |
| 420 | Modules/_testmultiphase.c | - | Example_Type_slots | - |
| 421 | Modules/_testmultiphase.c | - | Example_Type_spec | - |
| 422 | Modules/_testmultiphase.c | - | Example_methods | - |
| 423 | Modules/_testmultiphase.c | - | StateAccessType_Type_slots | - |
| 424 | Modules/_testmultiphase.c | - | StateAccessType_methods | - |
| 425 | Modules/_testmultiphase.c | - | StateAccessType_spec | - |
| 426 | Modules/_testmultiphase.c | - | Str_Type_slots | - |
| 427 | Modules/_testmultiphase.c | - | Str_Type_spec | - |
| 428 | Modules/_testmultiphase.c | - | def_bad_large | - |
| 429 | Modules/_testmultiphase.c | - | def_bad_negative | - |
| 430 | Modules/_testmultiphase.c | - | def_create_int_with_state | - |
| 431 | Modules/_testmultiphase.c | - | def_create_null | - |
| 432 | Modules/_testmultiphase.c | - | def_create_raise | - |
| 433 | Modules/_testmultiphase.c | - | def_create_unreported_exception | - |
| 434 | Modules/_testmultiphase.c | - | def_exec_err | - |
| 435 | Modules/_testmultiphase.c | - | def_exec_raise | - |
| 436 | Modules/_testmultiphase.c | - | def_exec_unreported_exception | - |
| 437 | Modules/_testmultiphase.c | - | def_meth_state_access | - |
| 438 | Modules/_testmultiphase.c | - | def_negative_size | - |
| 439 | Modules/_testmultiphase.c | - | def_nonascii_kana | - |
| 440 | Modules/_testmultiphase.c | - | def_nonascii_latin | - |
| 441 | Modules/_testmultiphase.c | - | def_nonmodule | - |
| 442 | Modules/_testmultiphase.c | - | def_nonmodule_with_exec_slots | - |
| 443 | Modules/_testmultiphase.c | - | def_nonmodule_with_methods | - |
| 444 | Modules/_testmultiphase.c | - | main_def | - |
| 445 | Modules/_testmultiphase.c | - | main_slots | - |
| 446 | Modules/_testmultiphase.c | - | meth_state_access_slots | - |
| 447 | Modules/_testmultiphase.c | - | nonmodule_methods | - |
| 448 | Modules/_testmultiphase.c | - | null_slots_def | - |
| 449 | Modules/_testmultiphase.c | - | slots_bad_large | - |
| 450 | Modules/_testmultiphase.c | - | slots_bad_negative | - |
| 451 | Modules/_testmultiphase.c | - | slots_create_nonmodule | - |
| 452 | Modules/_testmultiphase.c | - | slots_create_nonmodule | - |
| 453 | Modules/_testmultiphase.c | - | slots_create_null | - |
| 454 | Modules/_testmultiphase.c | - | slots_create_raise | - |
| 455 | Modules/_testmultiphase.c | - | slots_create_unreported_exception | - |
| 456 | Modules/_testmultiphase.c | - | slots_exec_err | - |
| 457 | Modules/_testmultiphase.c | - | slots_exec_raise | - |
| 458 | Modules/_testmultiphase.c | - | slots_exec_unreported_exception | - |
| 459 | Modules/_testmultiphase.c | - | slots_nonmodule_with_exec_slots | - |
| 460 | Modules/_testmultiphase.c | - | testexport_methods | - |
| 461 | Modules/_testmultiphase.c | - | uninitialized_def | - |
| 462 | Modules/_testsinglephase.c | - | global_state | - |
| 463 | Modules/_xxtestfuzz/_xxtestfuzz.c | - | _fuzzmodule | - |
| 464 | Modules/_xxtestfuzz/_xxtestfuzz.c | - | module_methods | - |
| 465 | Modules/_xxtestfuzz/fuzzer.c | - | RE_FLAG_DEBUG | - |
| 466 | Modules/_xxtestfuzz/fuzzer.c | - | ast_literal_eval_method | - |
| 467 | Modules/_xxtestfuzz/fuzzer.c | - | bytesio_type | - |
| 468 | Modules/_xxtestfuzz/fuzzer.c | - | compiled_patterns | - |
| 469 | Modules/_xxtestfuzz/fuzzer.c | - | csv_error | - |
| 470 | Modules/_xxtestfuzz/fuzzer.c | - | csv_module | - |
| 471 | Modules/_xxtestfuzz/fuzzer.c | - | json_loads_method | - |
| 472 | Modules/_xxtestfuzz/fuzzer.c | - | regex_patterns | - |
| 473 | Modules/_xxtestfuzz/fuzzer.c | - | re_compile_method | - |
| 474 | Modules/_xxtestfuzz/fuzzer.c | - | re_error_exception | - |
| 475 | Modules/_xxtestfuzz/fuzzer.c | - | struct_error | - |
| 476 | Modules/_xxtestfuzz/fuzzer.c | - | struct_unpack_method | - |
| 477 | Modules/_xxtestfuzz/fuzzer.c | - | xmlparser_type | - |
| 478 | Modules/_xxtestfuzz/fuzzer.c | - | pycompile_scratch | - |
| 479 | Modules/_xxtestfuzz/fuzzer.c | - | start_vals | - |
| 480 | Modules/_xxtestfuzz/fuzzer.c | - | optimize_vals | - |
| 481 | Modules/_xxtestfuzz/fuzzer.c | LLVMFuzzerTestOneInput | CSV_READER_INITIALIZED | - |
| 482 | Modules/_xxtestfuzz/fuzzer.c | LLVMFuzzerTestOneInput | JSON_LOADS_INITIALIZED | - |
| 483 | Modules/_xxtestfuzz/fuzzer.c | LLVMFuzzerTestOneInput | SRE_COMPILE_INITIALIZED | - |
| 484 | Modules/_xxtestfuzz/fuzzer.c | LLVMFuzzerTestOneInput | SRE_MATCH_INITIALIZED | - |
| 485 | Modules/_xxtestfuzz/fuzzer.c | LLVMFuzzerTestOneInput | STRUCT_UNPACK_INITIALIZED | - |
| 486 | Modules/_xxtestfuzz/fuzzer.c | LLVMFuzzerTestOneInput | AST_LITERAL_EVAL_INITIALIZED | - |
| 487 | Modules/_xxtestfuzz/fuzzer.c | LLVMFuzzerTestOneInput | ELEMENTTREE_PARSEWHOLE_INITIALIZED | - |
| 488 | Include/internal/pycore_importdl.h | - | _PyImport_DynLoadFiletab | - |
| 489 | Include/py_curses.h | - | PyCurses_API | - |
| 490 | Include/pydecimal.h | - | _decimal_api | - |
| 491 | Modules/_blake2/blake2module.c | - | blake2b_type_spec | - |
| 492 | Modules/_blake2/blake2module.c | - | blake2s_type_spec | - |
| 493 | Modules/_io/fileio.c | - | _Py_open_cloexec_works | - |
| 494 | Modules/_io/_iomodule.h | - | PyIOBase_Type | - |
| 495 | Modules/_io/_iomodule.h | - | PyRawIOBase_Type | - |
| 496 | Modules/_io/_iomodule.h | - | PyBufferedIOBase_Type | - |
| 497 | Modules/_io/_iomodule.h | - | PyTextIOBase_Type | - |
| 498 | Modules/_io/_iomodule.h | - | PyFileIO_Type | - |
| 499 | Modules/_io/_iomodule.h | - | PyBytesIO_Type | - |
| 500 | Modules/_io/_iomodule.h | - | PyStringIO_Type | - |
| 501 | Modules/_io/_iomodule.h | - | PyBufferedReader_Type | - |
| 502 | Modules/_io/_iomodule.h | - | PyBufferedWriter_Type | - |
| 503 | Modules/_io/_iomodule.h | - | PyBufferedRWPair_Type | - |
| 504 | Modules/_io/_iomodule.h | - | PyBufferedRandom_Type | - |
| 505 | Modules/_io/_iomodule.h | - | PyTextIOWrapper_Type | - |
| 506 | Modules/_io/_iomodule.h | - | PyIncrementalNewlineDecoder_Type | - |
| 507 | Modules/_io/_iomodule.h | - | _PyBytesIOBuffer_Type | - |
| 508 | Modules/_io/_iomodule.h | - | _PyIO_Module | - |
| 509 | Modules/_io/_iomodule.h | - | _PyIO_str_close | - |
| 510 | Modules/_io/_iomodule.h | - | _PyIO_str_closed | - |
| 511 | Modules/_io/_iomodule.h | - | _PyIO_str_decode | - |
| 512 | Modules/_io/_iomodule.h | - | _PyIO_str_encode | - |
| 513 | Modules/_io/_iomodule.h | - | _PyIO_str_fileno | - |
| 514 | Modules/_io/_iomodule.h | - | _PyIO_str_flush | - |
| 515 | Modules/_io/_iomodule.h | - | _PyIO_str_getstate | - |
| 516 | Modules/_io/_iomodule.h | - | _PyIO_str_isatty | - |
| 517 | Modules/_io/_iomodule.h | - | _PyIO_str_newlines | - |
| 518 | Modules/_io/_iomodule.h | - | _PyIO_str_nl | - |
| 519 | Modules/_io/_iomodule.h | - | _PyIO_str_peek | - |
| 520 | Modules/_io/_iomodule.h | - | _PyIO_str_read | - |
| 521 | Modules/_io/_iomodule.h | - | _PyIO_str_read1 | - |
| 522 | Modules/_io/_iomodule.h | - | _PyIO_str_readable | - |
| 523 | Modules/_io/_iomodule.h | - | _PyIO_str_readall | - |
| 524 | Modules/_io/_iomodule.h | - | _PyIO_str_readinto | - |
| 525 | Modules/_io/_iomodule.h | - | _PyIO_str_readline | - |
| 526 | Modules/_io/_iomodule.h | - | _PyIO_str_reset | - |
| 527 | Modules/_io/_iomodule.h | - | _PyIO_str_seek | - |
| 528 | Modules/_io/_iomodule.h | - | _PyIO_str_seekable | - |
| 529 | Modules/_io/_iomodule.h | - | _PyIO_str_setstate | - |
| 530 | Modules/_io/_iomodule.h | - | _PyIO_str_tell | - |
| 531 | Modules/_io/_iomodule.h | - | _PyIO_str_truncate | - |
| 532 | Modules/_io/_iomodule.h | - | _PyIO_str_writable | - |
| 533 | Modules/_io/_iomodule.h | - | _PyIO_str_write | - |
| 534 | Modules/_io/_iomodule.h | - | _PyIO_empty_str | - |
| 535 | Modules/_io/_iomodule.h | - | _PyIO_empty_bytes | - |
| 536 | Modules/_multiprocessing/multiprocessing.h | - | _PyMp_SemLockType | - |
| 537 | Modules/_sqlite/module.c | - | _pysqlite_converters | - |
| 538 | Modules/_sqlite/module.c | - | _pysqlite_enable_callback_tracebacks | - |
| 539 | Modules/_sqlite/module.c | - | pysqlite_BaseTypeAdapted | - |
| 540 | Modules/_sqlite/module.h | - | pysqlite_global_state | - |
| 541 | Modules/_testcapimodule.c | - | _PyBytesIOBuffer_Type | - |
| 542 | Modules/posixmodule.c | - | _Py_open_cloexec_works | - |
| 543 | Modules/posixmodule.c | - | environ | - |
| 544 | Objects/object.c | - | _Py_GenericAliasIterType | - |
| 545 | Objects/object.c | - | _PyMemoryIter_Type | - |
| 546 | Objects/object.c | - | _PyLineIterator | - |
| 547 | Objects/object.c | - | _PyPositionsIterator | - |
| 548 | Python/perf_trampoline.c | - | _Py_trampoline_func_start | - |
| 549 | Python/perf_trampoline.c | - | _Py_trampoline_func_end | - |
| 550 | Modules/expat/xmlrole.c | - | prolog0 | - |
| 551 | Modules/expat/xmlrole.c | - | prolog1 | - |
| 552 | Modules/expat/xmlrole.c | - | prolog2 | - |
| 553 | Modules/expat/xmlrole.c | - | doctype0 | - |
| 554 | Modules/expat/xmlrole.c | - | doctype1 | - |
| 555 | Modules/expat/xmlrole.c | - | doctype2 | - |
| 556 | Modules/expat/xmlrole.c | - | doctype3 | - |
| 557 | Modules/expat/xmlrole.c | - | doctype4 | - |
| 558 | Modules/expat/xmlrole.c | - | doctype5 | - |
| 559 | Modules/expat/xmlrole.c | - | internalSubset | - |
| 560 | Modules/expat/xmlrole.c | - | entity0 | - |
| 561 | Modules/expat/xmlrole.c | - | entity1 | - |
| 562 | Modules/expat/xmlrole.c | - | entity2 | - |
| 563 | Modules/expat/xmlrole.c | - | entity3 | - |
| 564 | Modules/expat/xmlrole.c | - | entity4 | - |
| 565 | Modules/expat/xmlrole.c | - | entity5 | - |
| 566 | Modules/expat/xmlrole.c | - | entity6 | - |
| 567 | Modules/expat/xmlrole.c | - | entity7 | - |
| 568 | Modules/expat/xmlrole.c | - | entity8 | - |
| 569 | Modules/expat/xmlrole.c | - | entity9 | - |
| 570 | Modules/expat/xmlrole.c | - | entity10 | - |
| 571 | Modules/expat/xmlrole.c | - | notation0 | - |
| 572 | Modules/expat/xmlrole.c | - | notation1 | - |
| 573 | Modules/expat/xmlrole.c | - | notation2 | - |
| 574 | Modules/expat/xmlrole.c | - | notation3 | - |
| 575 | Modules/expat/xmlrole.c | - | notation4 | - |
| 576 | Modules/expat/xmlrole.c | - | attlist0 | - |
| 577 | Modules/expat/xmlrole.c | - | attlist1 | - |
| 578 | Modules/expat/xmlrole.c | - | attlist2 | - |
| 579 | Modules/expat/xmlrole.c | - | attlist3 | - |
| 580 | Modules/expat/xmlrole.c | - | attlist4 | - |
| 581 | Modules/expat/xmlrole.c | - | attlist5 | - |
| 582 | Modules/expat/xmlrole.c | - | attlist6 | - |
| 583 | Modules/expat/xmlrole.c | - | attlist7 | - |
| 584 | Modules/expat/xmlrole.c | - | attlist8 | - |
| 585 | Modules/expat/xmlrole.c | - | attlist9 | - |
| 586 | Modules/expat/xmlrole.c | - | element0 | - |
| 587 | Modules/expat/xmlrole.c | - | element1 | - |
| 588 | Modules/expat/xmlrole.c | - | element2 | - |
| 589 | Modules/expat/xmlrole.c | - | element3 | - |
| 590 | Modules/expat/xmlrole.c | - | element4 | - |
| 591 | Modules/expat/xmlrole.c | - | element5 | - |
| 592 | Modules/expat/xmlrole.c | - | element6 | - |
| 593 | Modules/expat/xmlrole.c | - | element7 | - |
| 594 | Modules/expat/xmlrole.c | - | externalSubset0 | - |
| 595 | Modules/expat/xmlrole.c | - | externalSubset1 | - |
| 596 | Modules/expat/xmlrole.c | - | condSect0 | - |
| 597 | Modules/expat/xmlrole.c | - | condSect1 | - |
| 598 | Modules/expat/xmlrole.c | - | condSect2 | - |
| 599 | Modules/expat/xmlrole.c | - | declClose | - |
| 600 | Modules/expat/xmlrole.c | - | error | - |
| 601 | Modules/_io/_iomodule.c | - | _PyIO_Module | - |
| 602 | Modules/_sqlite/module.c | - | _sqlite3module | - |
| 603 | Modules/clinic/md5module.c.h | _md5_md5 | _keywords | - |
| 604 | Modules/clinic/grpmodule.c.h | grp_getgrgid | _keywords | - |
| 605 | Modules/clinic/grpmodule.c.h | grp_getgrnam | _keywords | - |
| 606 | Objects/object.c | - | constants | static PyObject*[] |