mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
It is now possible to deprecate passing keyword arguments for keyword-or-positional parameters with Argument Clinic, using the new '/ [from X.Y]' syntax. (To be read as "positional-only from Python version X.Y") Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
18 KiB
18 KiB
| 1 | filename | funcname | name | reason |
|---|---|---|---|---|
| 2 | #??? | - | somevar | ??? |
| 3 | Objects/boolobject.c | - | PyBool_Type | - |
| 4 | Objects/bytearrayobject.c | - | PyByteArrayIter_Type | - |
| 5 | Objects/bytearrayobject.c | - | PyByteArray_Type | - |
| 6 | Objects/bytesobject.c | - | PyBytesIter_Type | - |
| 7 | Objects/bytesobject.c | - | PyBytes_Type | - |
| 8 | Objects/capsule.c | - | PyCapsule_Type | - |
| 9 | Objects/cellobject.c | - | PyCell_Type | - |
| 10 | Objects/classobject.c | - | PyInstanceMethod_Type | - |
| 11 | Objects/classobject.c | - | PyMethod_Type | - |
| 12 | Objects/codeobject.c | - | PyCode_Type | - |
| 13 | Objects/complexobject.c | - | PyComplex_Type | - |
| 14 | Objects/descrobject.c | - | PyClassMethodDescr_Type | - |
| 15 | Objects/descrobject.c | - | PyDictProxy_Type | - |
| 16 | Objects/descrobject.c | - | PyGetSetDescr_Type | - |
| 17 | Objects/descrobject.c | - | PyMemberDescr_Type | - |
| 18 | Objects/descrobject.c | - | PyMethodDescr_Type | - |
| 19 | Objects/descrobject.c | - | PyProperty_Type | - |
| 20 | Objects/descrobject.c | - | PyWrapperDescr_Type | - |
| 21 | Objects/descrobject.c | - | _PyMethodWrapper_Type | - |
| 22 | Objects/dictobject.c | - | PyDictItems_Type | - |
| 23 | Objects/dictobject.c | - | PyDictIterItem_Type | - |
| 24 | Objects/dictobject.c | - | PyDictIterKey_Type | - |
| 25 | Objects/dictobject.c | - | PyDictIterValue_Type | - |
| 26 | Objects/dictobject.c | - | PyDictKeys_Type | - |
| 27 | Objects/dictobject.c | - | PyDictRevIterItem_Type | - |
| 28 | Objects/dictobject.c | - | PyDictRevIterKey_Type | - |
| 29 | Objects/dictobject.c | - | PyDictRevIterValue_Type | - |
| 30 | Objects/dictobject.c | - | PyDictValues_Type | - |
| 31 | Objects/dictobject.c | - | PyDict_Type | - |
| 32 | Objects/enumobject.c | - | PyEnum_Type | - |
| 33 | Objects/enumobject.c | - | PyReversed_Type | - |
| 34 | Objects/fileobject.c | - | PyStdPrinter_Type | - |
| 35 | Objects/floatobject.c | - | PyFloat_Type | - |
| 36 | Objects/frameobject.c | - | PyFrame_Type | - |
| 37 | Objects/funcobject.c | - | PyClassMethod_Type | - |
| 38 | Objects/funcobject.c | - | PyFunction_Type | - |
| 39 | Objects/funcobject.c | - | PyStaticMethod_Type | - |
| 40 | Objects/genericaliasobject.c | - | Py_GenericAliasType | - |
| 41 | Objects/genobject.c | - | PyAsyncGen_Type | - |
| 42 | Objects/genobject.c | - | PyCoro_Type | - |
| 43 | Objects/genobject.c | - | PyGen_Type | - |
| 44 | Objects/genobject.c | - | _PyAsyncGenASend_Type | - |
| 45 | Objects/genobject.c | - | _PyAsyncGenAThrow_Type | - |
| 46 | Objects/genobject.c | - | _PyAsyncGenWrappedValue_Type | - |
| 47 | Objects/genobject.c | - | _PyCoroWrapper_Type | - |
| 48 | Objects/interpreteridobject.c | - | PyInterpreterID_Type | - |
| 49 | Objects/iterobject.c | - | PyCallIter_Type | - |
| 50 | Objects/iterobject.c | - | PySeqIter_Type | - |
| 51 | Objects/listobject.c | - | PyListIter_Type | - |
| 52 | Objects/listobject.c | - | PyListRevIter_Type | - |
| 53 | Objects/listobject.c | - | PyList_Type | - |
| 54 | Objects/longobject.c | - | PyLong_Type | - |
| 55 | Objects/memoryobject.c | - | PyMemoryView_Type | - |
| 56 | Objects/memoryobject.c | - | _PyManagedBuffer_Type | - |
| 57 | Objects/methodobject.c | - | PyCFunction_Type | - |
| 58 | Objects/methodobject.c | - | PyCMethod_Type | - |
| 59 | Objects/moduleobject.c | - | PyModuleDef_Type | - |
| 60 | Objects/moduleobject.c | - | PyModule_Type | - |
| 61 | Objects/namespaceobject.c | - | _PyNamespace_Type | - |
| 62 | Objects/object.c | - | _PyNone_Type | - |
| 63 | Objects/object.c | - | _PyNotImplemented_Type | - |
| 64 | Objects/odictobject.c | - | PyODictItems_Type | - |
| 65 | Objects/odictobject.c | - | PyODictIter_Type | - |
| 66 | Objects/odictobject.c | - | PyODictKeys_Type | - |
| 67 | Objects/odictobject.c | - | PyODictValues_Type | - |
| 68 | Objects/odictobject.c | - | PyODict_Type | - |
| 69 | Objects/picklebufobject.c | - | PyPickleBuffer_Type | - |
| 70 | Objects/rangeobject.c | - | PyLongRangeIter_Type | - |
| 71 | Objects/rangeobject.c | - | PyRangeIter_Type | - |
| 72 | Objects/rangeobject.c | - | PyRange_Type | - |
| 73 | Objects/setobject.c | - | PyFrozenSet_Type | - |
| 74 | Objects/setobject.c | - | PySetIter_Type | - |
| 75 | Objects/setobject.c | - | PySet_Type | - |
| 76 | Objects/sliceobject.c | - | PyEllipsis_Type | - |
| 77 | Objects/sliceobject.c | - | PySlice_Type | - |
| 78 | Objects/tupleobject.c | - | PyTupleIter_Type | - |
| 79 | Objects/tupleobject.c | - | PyTuple_Type | - |
| 80 | Objects/typeobject.c | - | _PyBufferWrapper_Type | - |
| 81 | Objects/typeobject.c | - | PyBaseObject_Type | - |
| 82 | Objects/typeobject.c | - | PySuper_Type | - |
| 83 | Objects/typeobject.c | - | PyType_Type | - |
| 84 | Objects/typevarobject.c | - | _PyTypeAlias_Type | - |
| 85 | Objects/unicodeobject.c | - | PyUnicodeIter_Type | - |
| 86 | Objects/unicodeobject.c | - | PyUnicode_Type | - |
| 87 | Objects/weakrefobject.c | - | _PyWeakref_CallableProxyType | - |
| 88 | Objects/weakrefobject.c | - | _PyWeakref_ProxyType | - |
| 89 | Objects/weakrefobject.c | - | _PyWeakref_RefType | - |
| 90 | Python/bltinmodule.c | - | PyFilter_Type | - |
| 91 | Python/bltinmodule.c | - | PyMap_Type | - |
| 92 | Python/bltinmodule.c | - | PyZip_Type | - |
| 93 | Python/context.c | - | PyContextToken_Type | - |
| 94 | Python/context.c | - | PyContextVar_Type | - |
| 95 | Python/context.c | - | PyContext_Type | - |
| 96 | Python/traceback.c | - | PyTraceBack_Type | - |
| 97 | Objects/codeobject.c | - | _PyLineIterator | - |
| 98 | Objects/codeobject.c | - | _PyPositionsIterator | - |
| 99 | Objects/genericaliasobject.c | - | _Py_GenericAliasIterType | - |
| 100 | Objects/iterobject.c | - | _PyAnextAwaitable_Type | - |
| 101 | Objects/memoryobject.c | - | _PyMemoryIter_Type | - |
| 102 | Objects/unicodeobject.c | - | _PyUnicodeASCIIIter_Type | - |
| 103 | Objects/unionobject.c | - | _PyUnion_Type | - |
| 104 | Python/context.c | - | _PyContextTokenMissing_Type | - |
| 105 | Python/hamt.c | - | _PyHamtItems_Type | - |
| 106 | Python/hamt.c | - | _PyHamtKeys_Type | - |
| 107 | Python/hamt.c | - | _PyHamtValues_Type | - |
| 108 | Python/hamt.c | - | _PyHamt_ArrayNode_Type | - |
| 109 | Python/hamt.c | - | _PyHamt_BitmapNode_Type | - |
| 110 | Python/hamt.c | - | _PyHamt_CollisionNode_Type | - |
| 111 | Python/hamt.c | - | _PyHamt_Type | - |
| 112 | Python/symtable.c | - | PySTEntry_Type | - |
| 113 | Objects/setobject.c | - | _PySetDummy_Type | - |
| 114 | Objects/stringlib/unicode_format.h | - | PyFormatterIter_Type | - |
| 115 | Objects/stringlib/unicode_format.h | - | PyFieldNameIter_Type | - |
| 116 | Objects/unicodeobject.c | - | EncodingMapType | - |
| 117 | #Objects/unicodeobject.c | - | PyFieldNameIter_Type | - |
| 118 | #Objects/unicodeobject.c | - | PyFormatterIter_Type | - |
| 119 | Python/legacy_tracing.c | - | _PyLegacyEventHandler_Type | - |
| 120 | Objects/object.c | - | _PyLegacyEventHandler_Type | - |
| 121 | Objects/floatobject.c | - | FloatInfoType | - |
| 122 | Objects/longobject.c | - | Int_InfoType | - |
| 123 | Python/errors.c | - | UnraisableHookArgsType | - |
| 124 | Python/sysmodule.c | - | AsyncGenHooksType | - |
| 125 | Python/sysmodule.c | - | FlagsType | - |
| 126 | Python/sysmodule.c | - | Hash_InfoType | - |
| 127 | Python/sysmodule.c | - | VersionInfoType | - |
| 128 | Python/thread.c | - | ThreadInfoType | - |
| 129 | Objects/exceptions.c | - | _PyExc_BaseException | - |
| 130 | Objects/exceptions.c | - | _PyExc_BaseExceptionGroup | - |
| 131 | Objects/exceptions.c | - | _PyExc_UnicodeEncodeError | - |
| 132 | Objects/exceptions.c | - | _PyExc_UnicodeDecodeError | - |
| 133 | Objects/exceptions.c | - | _PyExc_UnicodeTranslateError | - |
| 134 | Objects/exceptions.c | - | _PyExc_MemoryError | - |
| 135 | Objects/exceptions.c | - | _PyExc_Exception | - |
| 136 | Objects/exceptions.c | - | _PyExc_TypeError | - |
| 137 | Objects/exceptions.c | - | _PyExc_StopAsyncIteration | - |
| 138 | Objects/exceptions.c | - | _PyExc_StopIteration | - |
| 139 | Objects/exceptions.c | - | _PyExc_GeneratorExit | - |
| 140 | Objects/exceptions.c | - | _PyExc_SystemExit | - |
| 141 | Objects/exceptions.c | - | _PyExc_KeyboardInterrupt | - |
| 142 | Objects/exceptions.c | - | _PyExc_ImportError | - |
| 143 | Objects/exceptions.c | - | _PyExc_ModuleNotFoundError | - |
| 144 | Objects/exceptions.c | - | _PyExc_OSError | - |
| 145 | Objects/exceptions.c | - | _PyExc_BlockingIOError | - |
| 146 | Objects/exceptions.c | - | _PyExc_ConnectionError | - |
| 147 | Objects/exceptions.c | - | _PyExc_ChildProcessError | - |
| 148 | Objects/exceptions.c | - | _PyExc_BrokenPipeError | - |
| 149 | Objects/exceptions.c | - | _PyExc_ConnectionAbortedError | - |
| 150 | Objects/exceptions.c | - | _PyExc_ConnectionRefusedError | - |
| 151 | Objects/exceptions.c | - | _PyExc_ConnectionResetError | - |
| 152 | Objects/exceptions.c | - | _PyExc_FileExistsError | - |
| 153 | Objects/exceptions.c | - | _PyExc_FileNotFoundError | - |
| 154 | Objects/exceptions.c | - | _PyExc_IsADirectoryError | - |
| 155 | Objects/exceptions.c | - | _PyExc_NotADirectoryError | - |
| 156 | Objects/exceptions.c | - | _PyExc_InterruptedError | - |
| 157 | Objects/exceptions.c | - | _PyExc_PermissionError | - |
| 158 | Objects/exceptions.c | - | _PyExc_ProcessLookupError | - |
| 159 | Objects/exceptions.c | - | _PyExc_TimeoutError | - |
| 160 | Objects/exceptions.c | - | _PyExc_EOFError | - |
| 161 | Objects/exceptions.c | - | _PyExc_RuntimeError | - |
| 162 | Objects/exceptions.c | - | _PyExc_RecursionError | - |
| 163 | Objects/exceptions.c | - | _PyExc_NotImplementedError | - |
| 164 | Objects/exceptions.c | - | _PyExc_NameError | - |
| 165 | Objects/exceptions.c | - | _PyExc_UnboundLocalError | - |
| 166 | Objects/exceptions.c | - | _PyExc_AttributeError | - |
| 167 | Objects/exceptions.c | - | _PyExc_SyntaxError | - |
| 168 | Objects/exceptions.c | - | _PyExc_IndentationError | - |
| 169 | Objects/exceptions.c | - | _PyExc_TabError | - |
| 170 | Objects/exceptions.c | - | _PyExc_LookupError | - |
| 171 | Objects/exceptions.c | - | _PyExc_IndexError | - |
| 172 | Objects/exceptions.c | - | _PyExc_KeyError | - |
| 173 | Objects/exceptions.c | - | _PyExc_ValueError | - |
| 174 | Objects/exceptions.c | - | _PyExc_UnicodeError | - |
| 175 | Objects/exceptions.c | - | _PyExc_AssertionError | - |
| 176 | Objects/exceptions.c | - | _PyExc_ArithmeticError | - |
| 177 | Objects/exceptions.c | - | _PyExc_FloatingPointError | - |
| 178 | Objects/exceptions.c | - | _PyExc_OverflowError | - |
| 179 | Objects/exceptions.c | - | _PyExc_ZeroDivisionError | - |
| 180 | Objects/exceptions.c | - | _PyExc_SystemError | - |
| 181 | Objects/exceptions.c | - | _PyExc_ReferenceError | - |
| 182 | Objects/exceptions.c | - | _PyExc_BufferError | - |
| 183 | Objects/exceptions.c | - | _PyExc_Warning | - |
| 184 | Objects/exceptions.c | - | _PyExc_UserWarning | - |
| 185 | Objects/exceptions.c | - | _PyExc_DeprecationWarning | - |
| 186 | Objects/exceptions.c | - | _PyExc_PendingDeprecationWarning | - |
| 187 | Objects/exceptions.c | - | _PyExc_SyntaxWarning | - |
| 188 | Objects/exceptions.c | - | _PyExc_RuntimeWarning | - |
| 189 | Objects/exceptions.c | - | _PyExc_FutureWarning | - |
| 190 | Objects/exceptions.c | - | _PyExc_ImportWarning | - |
| 191 | Objects/exceptions.c | - | _PyExc_UnicodeWarning | - |
| 192 | Objects/exceptions.c | - | _PyExc_BytesWarning | - |
| 193 | Objects/exceptions.c | - | _PyExc_ResourceWarning | - |
| 194 | Objects/exceptions.c | - | _PyExc_EncodingWarning | - |
| 195 | Objects/exceptions.c | - | PyExc_EnvironmentError | - |
| 196 | Objects/exceptions.c | - | PyExc_IOError | - |
| 197 | Objects/exceptions.c | - | PyExc_BaseException | - |
| 198 | Objects/exceptions.c | - | PyExc_BaseExceptionGroup | - |
| 199 | Objects/exceptions.c | - | PyExc_Exception | - |
| 200 | Objects/exceptions.c | - | PyExc_TypeError | - |
| 201 | Objects/exceptions.c | - | PyExc_StopAsyncIteration | - |
| 202 | Objects/exceptions.c | - | PyExc_StopIteration | - |
| 203 | Objects/exceptions.c | - | PyExc_GeneratorExit | - |
| 204 | Objects/exceptions.c | - | PyExc_SystemExit | - |
| 205 | Objects/exceptions.c | - | PyExc_KeyboardInterrupt | - |
| 206 | Objects/exceptions.c | - | PyExc_ImportError | - |
| 207 | Objects/exceptions.c | - | PyExc_ModuleNotFoundError | - |
| 208 | Objects/exceptions.c | - | PyExc_OSError | - |
| 209 | Objects/exceptions.c | - | PyExc_BlockingIOError | - |
| 210 | Objects/exceptions.c | - | PyExc_ConnectionError | - |
| 211 | Objects/exceptions.c | - | PyExc_ChildProcessError | - |
| 212 | Objects/exceptions.c | - | PyExc_BrokenPipeError | - |
| 213 | Objects/exceptions.c | - | PyExc_ConnectionAbortedError | - |
| 214 | Objects/exceptions.c | - | PyExc_ConnectionRefusedError | - |
| 215 | Objects/exceptions.c | - | PyExc_ConnectionResetError | - |
| 216 | Objects/exceptions.c | - | PyExc_FileExistsError | - |
| 217 | Objects/exceptions.c | - | PyExc_FileNotFoundError | - |
| 218 | Objects/exceptions.c | - | PyExc_IsADirectoryError | - |
| 219 | Objects/exceptions.c | - | PyExc_NotADirectoryError | - |
| 220 | Objects/exceptions.c | - | PyExc_InterruptedError | - |
| 221 | Objects/exceptions.c | - | PyExc_PermissionError | - |
| 222 | Objects/exceptions.c | - | PyExc_ProcessLookupError | - |
| 223 | Objects/exceptions.c | - | PyExc_TimeoutError | - |
| 224 | Objects/exceptions.c | - | PyExc_EOFError | - |
| 225 | Objects/exceptions.c | - | PyExc_RuntimeError | - |
| 226 | Objects/exceptions.c | - | PyExc_RecursionError | - |
| 227 | Objects/exceptions.c | - | PyExc_NotImplementedError | - |
| 228 | Objects/exceptions.c | - | PyExc_NameError | - |
| 229 | Objects/exceptions.c | - | PyExc_UnboundLocalError | - |
| 230 | Objects/exceptions.c | - | PyExc_AttributeError | - |
| 231 | Objects/exceptions.c | - | PyExc_SyntaxError | - |
| 232 | Objects/exceptions.c | - | PyExc_IndentationError | - |
| 233 | Objects/exceptions.c | - | PyExc_TabError | - |
| 234 | Objects/exceptions.c | - | PyExc_LookupError | - |
| 235 | Objects/exceptions.c | - | PyExc_IndexError | - |
| 236 | Objects/exceptions.c | - | PyExc_KeyError | - |
| 237 | Objects/exceptions.c | - | PyExc_ValueError | - |
| 238 | Objects/exceptions.c | - | PyExc_UnicodeError | - |
| 239 | Objects/exceptions.c | - | PyExc_UnicodeEncodeError | - |
| 240 | Objects/exceptions.c | - | PyExc_UnicodeDecodeError | - |
| 241 | Objects/exceptions.c | - | PyExc_UnicodeTranslateError | - |
| 242 | Objects/exceptions.c | - | PyExc_AssertionError | - |
| 243 | Objects/exceptions.c | - | PyExc_ArithmeticError | - |
| 244 | Objects/exceptions.c | - | PyExc_FloatingPointError | - |
| 245 | Objects/exceptions.c | - | PyExc_OverflowError | - |
| 246 | Objects/exceptions.c | - | PyExc_ZeroDivisionError | - |
| 247 | Objects/exceptions.c | - | PyExc_SystemError | - |
| 248 | Objects/exceptions.c | - | PyExc_ReferenceError | - |
| 249 | Objects/exceptions.c | - | PyExc_MemoryError | - |
| 250 | Objects/exceptions.c | - | PyExc_BufferError | - |
| 251 | Objects/exceptions.c | - | PyExc_Warning | - |
| 252 | Objects/exceptions.c | - | PyExc_UserWarning | - |
| 253 | Objects/exceptions.c | - | PyExc_DeprecationWarning | - |
| 254 | Objects/exceptions.c | - | PyExc_PendingDeprecationWarning | - |
| 255 | Objects/exceptions.c | - | PyExc_SyntaxWarning | - |
| 256 | Objects/exceptions.c | - | PyExc_RuntimeWarning | - |
| 257 | Objects/exceptions.c | - | PyExc_FutureWarning | - |
| 258 | Objects/exceptions.c | - | PyExc_ImportWarning | - |
| 259 | Objects/exceptions.c | - | PyExc_UnicodeWarning | - |
| 260 | Objects/exceptions.c | - | PyExc_BytesWarning | - |
| 261 | Objects/exceptions.c | - | PyExc_ResourceWarning | - |
| 262 | Objects/exceptions.c | - | PyExc_EncodingWarning | - |
| 263 | Objects/boolobject.c | - | _Py_FalseStruct | - |
| 264 | Objects/boolobject.c | - | _Py_TrueStruct | - |
| 265 | Objects/dictobject.c | - | empty_keys_struct | - |
| 266 | Objects/object.c | - | _Py_NoneStruct | - |
| 267 | Objects/object.c | - | _Py_NotImplementedStruct | - |
| 268 | Objects/setobject.c | - | _dummy_struct | - |
| 269 | Objects/setobject.c | - | _PySet_Dummy | - |
| 270 | Objects/sliceobject.c | - | _Py_EllipsisObject | - |
| 271 | Python/instrumentation.c | - | _PyInstrumentation_DISABLE | - |
| 272 | Python/instrumentation.c | - | _PyInstrumentation_MISSING | - |
| 273 | Modules/_testcapi/vectorcall.c | - | MethodDescriptorBase_Type | - |
| 274 | Modules/_testcapi/vectorcall.c | - | MethodDescriptorDerived_Type | - |
| 275 | Modules/_testcapi/vectorcall.c | - | MethodDescriptorNopGet_Type | - |
| 276 | Modules/_testcapi/vectorcall.c | - | MethodDescriptor2_Type | - |
| 277 | Modules/_testclinic.c | - | DeprStarInit | - |
| 278 | Modules/_testclinic.c | - | DeprStarInitNoInline | - |
| 279 | Modules/_testclinic.c | - | DeprStarNew | - |
| 280 | Modules/_testclinic.c | - | DeprKwdInit | - |
| 281 | Modules/_testclinic.c | - | DeprKwdInitNoInline | - |
| 282 | Modules/_testclinic.c | - | DeprKwdNew | - |
| 283 | Modules/_ctypes/_ctypes.c | - | PyCArrayType_Type | - |
| 284 | Modules/_ctypes/_ctypes.c | - | PyCArray_Type | - |
| 285 | Modules/_ctypes/_ctypes.c | - | PyCData_Type | - |
| 286 | Modules/_ctypes/_ctypes.c | - | PyCFuncPtrType_Type | - |
| 287 | Modules/_ctypes/_ctypes.c | - | PyCFuncPtr_Type | - |
| 288 | Modules/_ctypes/_ctypes.c | - | PyCPointerType_Type | - |
| 289 | Modules/_ctypes/_ctypes.c | - | PyCPointer_Type | - |
| 290 | Modules/_ctypes/_ctypes.c | - | PyCSimpleType_Type | - |
| 291 | Modules/_ctypes/_ctypes.c | - | PyCStructType_Type | - |
| 292 | Modules/_ctypes/_ctypes.c | - | Simple_Type | - |
| 293 | Modules/_ctypes/_ctypes.c | - | Struct_Type | - |
| 294 | Modules/_ctypes/_ctypes.c | - | UnionType_Type | - |
| 295 | Modules/_ctypes/_ctypes.c | - | Union_Type | - |
| 296 | Modules/_ctypes/callproc.c | - | PyCArg_Type | - |
| 297 | Modules/_ctypes/ctypes.h | - | PyCArg_Type | - |
| 298 | Modules/_ctypes/ctypes.h | - | PyCArrayType_Type | - |
| 299 | Modules/_ctypes/ctypes.h | - | PyCArray_Type | - |
| 300 | Modules/_ctypes/ctypes.h | - | PyCData_Type | - |
| 301 | Modules/_ctypes/ctypes.h | - | PyCFuncPtrType_Type | - |
| 302 | Modules/_ctypes/ctypes.h | - | PyCFuncPtr_Type | - |
| 303 | Modules/_ctypes/ctypes.h | - | PyCPointerType_Type | - |
| 304 | Modules/_ctypes/ctypes.h | - | PyCPointer_Type | - |
| 305 | Modules/_ctypes/ctypes.h | - | PyCSimpleType_Type | - |
| 306 | Modules/_ctypes/ctypes.h | - | PyCStgDict_Type | - |
| 307 | Modules/_ctypes/ctypes.h | - | PyCStructType_Type | - |
| 308 | Modules/_ctypes/ctypes.h | - | PyExc_ArgError | - |
| 309 | Modules/_ctypes/ctypes.h | - | _ctypes_conversion_encoding | - |
| 310 | Modules/_ctypes/ctypes.h | - | _ctypes_conversion_errors | - |
| 311 | Modules/_ctypes/ctypes.h | - | _ctypes_ptrtype_cache | - |
| 312 | Modules/_ctypes/ctypes.h | - | basespec_string | - |
| 313 | Modules/_ctypes/stgdict.c | - | PyCStgDict_Type | - |
| 314 | Modules/_cursesmodule.c | - | PyCursesWindow_Type | - |
| 315 | Modules/_datetimemodule.c | - | PyDateTime_DateTimeType | - |
| 316 | Modules/_datetimemodule.c | - | PyDateTime_DateType | - |
| 317 | Modules/_datetimemodule.c | - | PyDateTime_DeltaType | - |
| 318 | Modules/_datetimemodule.c | - | PyDateTime_IsoCalendarDateType | - |
| 319 | Modules/_datetimemodule.c | - | PyDateTime_TZInfoType | - |
| 320 | Modules/_datetimemodule.c | - | PyDateTime_TimeType | - |
| 321 | Modules/_datetimemodule.c | - | PyDateTime_TimeZoneType | - |
| 322 | Modules/xxmodule.c | - | Null_Type | - |
| 323 | Modules/xxmodule.c | - | Str_Type | - |
| 324 | Modules/xxmodule.c | - | Xxo_Type | - |
| 325 | Modules/xxsubtype.c | - | spamdict_type | - |
| 326 | Modules/xxsubtype.c | - | spamlist_type | - |
| 327 | Modules/_tkinter.c | - | PyTclObject_Type | - |
| 328 | Modules/_tkinter.c | - | Tkapp_Type | - |
| 329 | Modules/_tkinter.c | - | Tktt_Type | - |
| 330 | Modules/xxlimited_35.c | - | Xxo_Type | - |
| 331 | Modules/_ctypes/_ctypes.c | - | PyExc_ArgError | - |
| 332 | Modules/_cursesmodule.c | - | PyCursesError | - |
| 333 | Modules/_tkinter.c | - | Tkinter_TclError | - |
| 334 | Modules/xxlimited_35.c | - | ErrorObject | - |
| 335 | Modules/xxmodule.c | - | ErrorObject | - |
| 336 | Modules/_ctypes/callproc.c | _ctypes_get_errobj | error_object_name | - |
| 337 | Modules/_ctypes/_ctypes.c | CreateSwappedType | suffix | - |
| 338 | Modules/_ctypes/_ctypes.c | - | _unpickle | - |
| 339 | Modules/_ctypes/_ctypes.c | PyCArrayType_from_ctype | cache | - |
| 340 | Modules/_cursesmodule.c | - | ModDict | - |
| 341 | Modules/_datetimemodule.c | datetime_strptime | module | - |
| 342 | Modules/_datetimemodule.c | - | PyDateTime_TimeZone_UTC | - |
| 343 | Modules/_datetimemodule.c | - | PyDateTime_Epoch | - |
| 344 | Modules/_datetimemodule.c | - | us_per_ms | - |
| 345 | Modules/_datetimemodule.c | - | us_per_second | - |
| 346 | Modules/_datetimemodule.c | - | us_per_minute | - |
| 347 | Modules/_datetimemodule.c | - | us_per_hour | - |
| 348 | Modules/_datetimemodule.c | - | us_per_day | - |
| 349 | Modules/_datetimemodule.c | - | us_per_week | - |
| 350 | Modules/_datetimemodule.c | - | seconds_per_day | - |
| 351 | Modules/_ctypes/_ctypes.c | - | _ctypes_ptrtype_cache | - |
| 352 | Modules/_ctypes/_ctypes.c | - | global_state | - |
| 353 | Modules/_ctypes/ctypes.h | - | global_state | - |
| 354 | Modules/_tkinter.c | - | tcl_lock | - |
| 355 | Modules/_tkinter.c | - | excInCmd | - |
| 356 | Modules/_tkinter.c | - | valInCmd | - |
| 357 | Modules/_tkinter.c | - | trbInCmd | - |
| 358 | Include/datetime.h | - | PyDateTimeAPI | - |
| 359 | Modules/_ctypes/cfield.c | _ctypes_get_fielddesc | initialized | - |
| 360 | Modules/_ctypes/malloc_closure.c | - | _pagesize | - |
| 361 | Modules/_cursesmodule.c | - | initialised | - |
| 362 | Modules/_cursesmodule.c | - | initialised_setupterm | - |
| 363 | Modules/_cursesmodule.c | - | initialisedcolors | - |
| 364 | Modules/_cursesmodule.c | - | screen_encoding | - |
| 365 | Modules/_elementtree.c | - | expat_capi | - |
| 366 | Modules/readline.c | - | libedit_append_replace_history_offset | - |
| 367 | Modules/readline.c | - | using_libedit_emulation | - |
| 368 | Modules/readline.c | - | libedit_history_start | - |
| 369 | Modules/_ctypes/cfield.c | - | formattable | - |
| 370 | Modules/_ctypes/malloc_closure.c | - | free_list | - |
| 371 | Modules/_curses_panel.c | - | lop | - |
| 372 | Modules/_ssl/debughelpers.c | _PySSL_keylog_callback | lock | - |
| 373 | Modules/_tkinter.c | - | quitMainLoop | - |
| 374 | Modules/_tkinter.c | - | errorInCmd | - |
| 375 | Modules/_tkinter.c | - | Tkinter_busywaitinterval | - |
| 376 | Modules/_tkinter.c | - | call_mutex | - |
| 377 | Modules/_tkinter.c | - | var_mutex | - |
| 378 | Modules/_tkinter.c | - | command_mutex | - |
| 379 | Modules/_tkinter.c | - | HeadFHCD | - |
| 380 | Modules/_tkinter.c | - | stdin_ready | - |
| 381 | Modules/_tkinter.c | - | event_tstate | - |
| 382 | Modules/readline.c | - | completer_word_break_characters | - |
| 383 | Modules/readline.c | - | _history_length | - |
| 384 | Modules/readline.c | - | should_auto_add_history | - |
| 385 | Modules/readline.c | - | sigwinch_received | - |
| 386 | Modules/readline.c | - | sigwinch_ohandler | - |
| 387 | Modules/readline.c | - | completed_input_string | - |
| 388 | Modules/rotatingtree.c | - | random_stream | - |
| 389 | Modules/rotatingtree.c | - | random_value | - |