René's URL Explorer Experiment


Title: C API 穩定性 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
C API 穩定性https://python.github.io/python-docs-zh-tw/c-api/stable.html
不穩定的 C APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
穩定的應用程式二進位介面https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-application-binary-interface
受限 C APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-c-api
穩定 ABIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-abi
受限 API 範圍和性能https://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-api-scope-and-performance
受限 API 注意事項https://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-api-caveats
平台注意事項https://python.github.io/python-docs-zh-tw/c-api/stable.html#platform-considerations
受限 API 的內容https://python.github.io/python-docs-zh-tw/c-api/stable.html#contents-of-limited-api
簡介https://python.github.io/python-docs-zh-tw/c-api/intro.html
The Very High Level Layerhttps://python.github.io/python-docs-zh-tw/c-api/veryhigh.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/stable.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/veryhigh.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/intro.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
C API 穩定性https://python.github.io/python-docs-zh-tw/c-api/stable.html
https://python.github.io/python-docs-zh-tw/c-api/stable.html#c-api-stability
PEP 387https://peps.python.org/pep-0387/
平台注意事項https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-abi-platform
不穩定 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
受限 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-c-api
Py_LIMITED_APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#c.Py_LIMITED_API
CPython 開發者https://discuss.python.org/c/core-dev/c-api/30
https://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-application-binary-interface
https://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-c-api
列在下方https://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-api-list
https://python.github.io/python-docs-zh-tw/c-api/stable.html#c.Py_LIMITED_API
PY_VERSION_HEXhttps://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html#c.PY_VERSION_HEX
https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-abi
PEP 387https://peps.python.org/pep-0387/
受限 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-c-api
https://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-api-scope-and-performance
PyList_GetItem()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_GetItem
PyList_GET_ITEM()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_GET_ITEM
https://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-api-caveats
受限 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-c-api
穩定 ABIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-abi
https://python.github.io/python-docs-zh-tw/c-api/stable.html#platform-considerations
穩定 ABIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-abi
https://python.github.io/python-docs-zh-tw/c-api/stable.html#contents-of-limited-api
受限 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-c-api
METH_CLASShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_CLASS
METH_COEXISThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_COEXIST
METH_FASTCALLhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_FASTCALL
METH_METHODhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_METHOD
METH_NOARGShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_NOARGS
METH_Ohttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_O
METH_STATIChttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_STATIC
METH_VARARGShttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.METH_VARARGS
PY_VECTORCALL_ARGUMENTS_OFFSEThttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.PY_VECTORCALL_ARGUMENTS_OFFSET
PyAIter_Check()https://python.github.io/python-docs-zh-tw/c-api/iter.html#c.PyAIter_Check
PyArg_Parse()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_Parse
PyArg_ParseTuple()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_ParseTuple
PyArg_ParseTupleAndKeywords()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_ParseTupleAndKeywords
PyArg_UnpackTuple()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_UnpackTuple
PyArg_VaParse()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_VaParse
PyArg_VaParseTupleAndKeywords()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_VaParseTupleAndKeywords
PyArg_ValidateKeywordArguments()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_ValidateKeywordArguments
PyBUF_ANY_CONTIGUOUShttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_ANY_CONTIGUOUS
PyBUF_CONTIGhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_CONTIG
PyBUF_CONTIG_ROhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_CONTIG_RO
PyBUF_C_CONTIGUOUShttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_C_CONTIGUOUS
PyBUF_FORMAThttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_FORMAT
PyBUF_FULLhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_FULL
PyBUF_FULL_ROhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_FULL_RO
PyBUF_F_CONTIGUOUShttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_F_CONTIGUOUS
PyBUF_INDIRECThttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_INDIRECT
PyBUF_MAX_NDIMhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_MAX_NDIM
PyBUF_NDhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_ND
PyBUF_READhttps://python.github.io/python-docs-zh-tw/c-api/memoryview.html#c.PyBUF_READ
PyBUF_RECORDShttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_RECORDS
PyBUF_RECORDS_ROhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_RECORDS_RO
PyBUF_SIMPLEhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_SIMPLE
PyBUF_STRIDEDhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_STRIDED
PyBUF_STRIDED_ROhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_STRIDED_RO
PyBUF_STRIDEShttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_STRIDES
PyBUF_WRITABLEhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBUF_WRITABLE
PyBUF_WRITEhttps://python.github.io/python-docs-zh-tw/c-api/memoryview.html#c.PyBUF_WRITE
PyBaseObject_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyBaseObject_Type
PyBool_FromLong()https://python.github.io/python-docs-zh-tw/c-api/bool.html#c.PyBool_FromLong
PyBool_Typehttps://python.github.io/python-docs-zh-tw/c-api/bool.html#c.PyBool_Type
PyBuffer_FillContiguousStrides()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_FillContiguousStrides
PyBuffer_FillInfo()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_FillInfo
PyBuffer_FromContiguous()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_FromContiguous
PyBuffer_GetPointer()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_GetPointer
PyBuffer_IsContiguous()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_IsContiguous
PyBuffer_Release()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_Release
PyBuffer_SizeFromFormat()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_SizeFromFormat
PyBuffer_ToContiguous()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyBuffer_ToContiguous
PyByteArrayIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyByteArrayIter_Type
PyByteArray_AsString()https://python.github.io/python-docs-zh-tw/c-api/bytearray.html#c.PyByteArray_AsString
PyByteArray_Concat()https://python.github.io/python-docs-zh-tw/c-api/bytearray.html#c.PyByteArray_Concat
PyByteArray_FromObject()https://python.github.io/python-docs-zh-tw/c-api/bytearray.html#c.PyByteArray_FromObject
PyByteArray_FromStringAndSize()https://python.github.io/python-docs-zh-tw/c-api/bytearray.html#c.PyByteArray_FromStringAndSize
PyByteArray_Resize()https://python.github.io/python-docs-zh-tw/c-api/bytearray.html#c.PyByteArray_Resize
PyByteArray_Size()https://python.github.io/python-docs-zh-tw/c-api/bytearray.html#c.PyByteArray_Size
PyByteArray_Typehttps://python.github.io/python-docs-zh-tw/c-api/bytearray.html#c.PyByteArray_Type
PyBytesIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyBytesIter_Type
PyBytes_AsString()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_AsString
PyBytes_AsStringAndSize()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_AsStringAndSize
PyBytes_Concat()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_Concat
PyBytes_ConcatAndDel()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_ConcatAndDel
PyBytes_DecodeEscape()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_DecodeEscape
PyBytes_FromFormat()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_FromFormat
PyBytes_FromFormatV()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_FromFormatV
PyBytes_FromObject()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_FromObject
PyBytes_FromString()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_FromString
PyBytes_FromStringAndSize()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_FromStringAndSize
PyBytes_Repr()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_Repr
PyBytes_Size()https://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_Size
PyBytes_Typehttps://python.github.io/python-docs-zh-tw/c-api/bytes.html#c.PyBytes_Type
PyCFunctionhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction
PyCFunctionFasthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunctionFast
PyCFunctionFastWithKeywordshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunctionFastWithKeywords
PyCFunctionWithKeywordshttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunctionWithKeywords
PyCFunction_GetFlags()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GetFlags
PyCFunction_GetFunction()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GetFunction
PyCFunction_GetSelf()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_GetSelf
PyCFunction_New()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_New
PyCFunction_NewEx()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_NewEx
PyCFunction_Typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCFunction_Type
PyCMethod_New()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyCMethod_New
PyCallIter_New()https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyCallIter_New
PyCallIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyCallIter_Type
PyCallable_Check()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyCallable_Check
PyCapsule_Destructorhttps://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_Destructor
PyCapsule_GetContext()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_GetContext
PyCapsule_GetDestructor()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_GetDestructor
PyCapsule_GetName()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_GetName
PyCapsule_GetPointer()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_GetPointer
PyCapsule_Import()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_Import
PyCapsule_IsValid()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_IsValid
PyCapsule_New()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_New
PyCapsule_SetContext()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_SetContext
PyCapsule_SetDestructor()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_SetDestructor
PyCapsule_SetName()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_SetName
PyCapsule_SetPointer()https://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_SetPointer
PyCapsule_Typehttps://python.github.io/python-docs-zh-tw/c-api/capsule.html#c.PyCapsule_Type
PyCodec_BackslashReplaceErrors()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_BackslashReplaceErrors
PyCodec_Decode()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Decode
PyCodec_Decoder()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Decoder
PyCodec_Encode()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Encode
PyCodec_Encoder()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Encoder
PyCodec_IgnoreErrors()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_IgnoreErrors
PyCodec_IncrementalDecoder()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_IncrementalDecoder
PyCodec_IncrementalEncoder()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_IncrementalEncoder
PyCodec_KnownEncoding()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_KnownEncoding
PyCodec_LookupError()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_LookupError
PyCodec_NameReplaceErrors()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_NameReplaceErrors
PyCodec_Register()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Register
PyCodec_RegisterError()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_RegisterError
PyCodec_ReplaceErrors()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_ReplaceErrors
PyCodec_StreamReader()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_StreamReader
PyCodec_StreamWriter()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_StreamWriter
PyCodec_StrictErrors()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_StrictErrors
PyCodec_Unregister()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Unregister
PyCodec_XMLCharRefReplaceErrors()https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_XMLCharRefReplaceErrors
PyComplex_FromDoubles()https://python.github.io/python-docs-zh-tw/c-api/complex.html#c.PyComplex_FromDoubles
PyComplex_ImagAsDouble()https://python.github.io/python-docs-zh-tw/c-api/complex.html#c.PyComplex_ImagAsDouble
PyComplex_RealAsDouble()https://python.github.io/python-docs-zh-tw/c-api/complex.html#c.PyComplex_RealAsDouble
PyComplex_Typehttps://python.github.io/python-docs-zh-tw/c-api/complex.html#c.PyComplex_Type
PyDescr_NewClassMethod()https://python.github.io/python-docs-zh-tw/c-api/descriptor.html#c.PyDescr_NewClassMethod
PyDescr_NewGetSet()https://python.github.io/python-docs-zh-tw/c-api/descriptor.html#c.PyDescr_NewGetSet
PyDescr_NewMember()https://python.github.io/python-docs-zh-tw/c-api/descriptor.html#c.PyDescr_NewMember
PyDescr_NewMethod()https://python.github.io/python-docs-zh-tw/c-api/descriptor.html#c.PyDescr_NewMethod
PyDictItems_Typehttps://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDictItems_Type
PyDictIterItem_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictIterItem_Type
PyDictIterKey_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictIterKey_Type
PyDictIterValue_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictIterValue_Type
PyDictKeys_Typehttps://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDictKeys_Type
PyDictProxy_New()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDictProxy_New
PyDictRevIterItem_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictRevIterItem_Type
PyDictRevIterKey_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictRevIterKey_Type
PyDictRevIterValue_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyDictRevIterValue_Type
PyDictValues_Typehttps://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDictValues_Type
PyDict_Clear()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Clear
PyDict_Contains()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Contains
PyDict_Copy()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Copy
PyDict_DelItem()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_DelItem
PyDict_DelItemString()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_DelItemString
PyDict_GetItem()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_GetItem
PyDict_GetItemRef()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_GetItemRef
PyDict_GetItemString()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_GetItemString
PyDict_GetItemStringRef()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_GetItemStringRef
PyDict_GetItemWithError()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_GetItemWithError
PyDict_Items()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Items
PyDict_Keys()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Keys
PyDict_Merge()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Merge
PyDict_MergeFromSeq2()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_MergeFromSeq2
PyDict_New()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_New
PyDict_Next()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Next
PyDict_SetItem()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_SetItem
PyDict_SetItemString()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_SetItemString
PyDict_Size()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Size
PyDict_Typehttps://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Type
PyDict_Update()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Update
PyDict_Values()https://python.github.io/python-docs-zh-tw/c-api/dict.html#c.PyDict_Values
PyEllipsis_Typehttps://python.github.io/python-docs-zh-tw/c-api/slice.html#c.PyEllipsis_Type
PyEnum_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyEnum_Type
PyErr_BadArgument()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_BadArgument
PyErr_BadInternalCall()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_BadInternalCall
PyErr_CheckSignals()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_CheckSignals
PyErr_Clear()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_Clear
PyErr_DisplayException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_DisplayException
PyErr_ExceptionMatches()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_ExceptionMatches
PyErr_Fetch()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_Fetch
PyErr_Format()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_Format
PyErr_FormatV()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_FormatV
PyErr_GetExcInfo()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_GetExcInfo
PyErr_GetHandledException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_GetHandledException
PyErr_GetRaisedException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_GetRaisedException
PyErr_GivenExceptionMatches()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_GivenExceptionMatches
PyErr_NewException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_NewException
PyErr_NewExceptionWithDoc()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_NewExceptionWithDoc
PyErr_NoMemory()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_NoMemory
PyErr_NormalizeException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_NormalizeException
PyErr_Occurred()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_Occurred
PyErr_Print()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_Print
PyErr_PrintEx()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_PrintEx
PyErr_ProgramText()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_ProgramText
PyErr_ResourceWarning()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_ResourceWarning
PyErr_Restore()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_Restore
PyErr_SetExcFromWindowsErr()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetExcFromWindowsErr
PyErr_SetExcFromWindowsErrWithFilename()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetExcFromWindowsErrWithFilename
PyErr_SetExcFromWindowsErrWithFilenameObject()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetExcFromWindowsErrWithFilenameObject
PyErr_SetExcFromWindowsErrWithFilenameObjects()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetExcFromWindowsErrWithFilenameObjects
PyErr_SetExcInfo()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetExcInfo
PyErr_SetFromErrno()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetFromErrno
PyErr_SetFromErrnoWithFilename()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetFromErrnoWithFilename
PyErr_SetFromErrnoWithFilenameObject()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetFromErrnoWithFilenameObject
PyErr_SetFromErrnoWithFilenameObjects()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetFromErrnoWithFilenameObjects
PyErr_SetFromWindowsErr()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetFromWindowsErr
PyErr_SetFromWindowsErrWithFilename()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetFromWindowsErrWithFilename
PyErr_SetHandledException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetHandledException
PyErr_SetImportError()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetImportError
PyErr_SetImportErrorSubclass()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetImportErrorSubclass
PyErr_SetInterrupt()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetInterrupt
PyErr_SetInterruptEx()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetInterruptEx
PyErr_SetNone()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetNone
PyErr_SetObject()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetObject
PyErr_SetRaisedException()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetRaisedException
PyErr_SetString()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SetString
PyErr_SyntaxLocation()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SyntaxLocation
PyErr_SyntaxLocationEx()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_SyntaxLocationEx
PyErr_WarnEx()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_WarnEx
PyErr_WarnExplicit()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_WarnExplicit
PyErr_WarnFormat()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_WarnFormat
PyErr_WriteUnraisable()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyErr_WriteUnraisable
PyEval_AcquireThread()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyEval_AcquireThread
PyEval_EvalCode()https://python.github.io/python-docs-zh-tw/c-api/veryhigh.html#c.PyEval_EvalCode
PyEval_EvalCodeEx()https://python.github.io/python-docs-zh-tw/c-api/veryhigh.html#c.PyEval_EvalCodeEx
PyEval_EvalFrame()https://python.github.io/python-docs-zh-tw/c-api/veryhigh.html#c.PyEval_EvalFrame
PyEval_EvalFrameEx()https://python.github.io/python-docs-zh-tw/c-api/veryhigh.html#c.PyEval_EvalFrameEx
PyEval_GetBuiltins()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetBuiltins
PyEval_GetFrame()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrame
PyEval_GetFrameBuiltins()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameBuiltins
PyEval_GetFrameGlobals()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameGlobals
PyEval_GetFrameLocals()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameLocals
PyEval_GetFuncDesc()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFuncDesc
PyEval_GetFuncName()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFuncName
PyEval_GetGlobals()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetGlobals
PyEval_GetLocals()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetLocals
PyEval_InitThreads()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyEval_InitThreads
PyEval_ReleaseThread()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyEval_ReleaseThread
PyEval_RestoreThread()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyEval_RestoreThread
PyEval_SaveThread()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyEval_SaveThread
PyExc_ArithmeticErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ArithmeticError
PyExc_AssertionErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_AssertionError
PyExc_AttributeErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_AttributeError
PyExc_BaseExceptionhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_BaseException
PyExc_BaseExceptionGrouphttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_BaseExceptionGroup
PyExc_BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_BlockingIOError
PyExc_BrokenPipeErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_BrokenPipeError
PyExc_BufferErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_BufferError
PyExc_BytesWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_BytesWarning
PyExc_ChildProcessErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ChildProcessError
PyExc_ConnectionAbortedErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ConnectionAbortedError
PyExc_ConnectionErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ConnectionError
PyExc_ConnectionRefusedErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ConnectionRefusedError
PyExc_ConnectionResetErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ConnectionResetError
PyExc_DeprecationWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_DeprecationWarning
PyExc_EOFErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_EOFError
PyExc_EncodingWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_EncodingWarning
PyExc_EnvironmentErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_EnvironmentError
PyExc_Exceptionhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_Exception
PyExc_FileExistsErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_FileExistsError
PyExc_FileNotFoundErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_FileNotFoundError
PyExc_FloatingPointErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_FloatingPointError
PyExc_FutureWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_FutureWarning
PyExc_GeneratorExithttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_GeneratorExit
PyExc_IOErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_IOError
PyExc_ImportErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ImportError
PyExc_ImportWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ImportWarning
PyExc_IndentationErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_IndentationError
PyExc_IndexErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_IndexError
PyExc_InterruptedErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_InterruptedError
PyExc_IsADirectoryErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_IsADirectoryError
PyExc_KeyErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_KeyError
PyExc_KeyboardInterrupthttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_KeyboardInterrupt
PyExc_LookupErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_LookupError
PyExc_MemoryErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_MemoryError
PyExc_ModuleNotFoundErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ModuleNotFoundError
PyExc_NameErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_NameError
PyExc_NotADirectoryErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_NotADirectoryError
PyExc_NotImplementedErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_NotImplementedError
PyExc_OSErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_OSError
PyExc_OverflowErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_OverflowError
PyExc_PendingDeprecationWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_PendingDeprecationWarning
PyExc_PermissionErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_PermissionError
PyExc_ProcessLookupErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ProcessLookupError
PyExc_RecursionErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_RecursionError
PyExc_ReferenceErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ReferenceError
PyExc_ResourceWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ResourceWarning
PyExc_RuntimeErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_RuntimeError
PyExc_RuntimeWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_RuntimeWarning
PyExc_StopAsyncIterationhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_StopAsyncIteration
PyExc_StopIterationhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_StopIteration
PyExc_SyntaxErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_SyntaxError
PyExc_SyntaxWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_SyntaxWarning
PyExc_SystemErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_SystemError
PyExc_SystemExithttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_SystemExit
PyExc_TabErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_TabError
PyExc_TimeoutErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_TimeoutError
PyExc_TypeErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_TypeError
PyExc_UnboundLocalErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_UnboundLocalError
PyExc_UnicodeDecodeErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_UnicodeDecodeError
PyExc_UnicodeEncodeErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_UnicodeEncodeError
PyExc_UnicodeErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_UnicodeError
PyExc_UnicodeTranslateErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_UnicodeTranslateError
PyExc_UnicodeWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_UnicodeWarning
PyExc_UserWarninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_UserWarning
PyExc_ValueErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ValueError
PyExc_Warninghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_Warning
PyExc_WindowsErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_WindowsError
PyExc_ZeroDivisionErrorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExc_ZeroDivisionError
PyExceptionClass_Name()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyExceptionClass_Name
PyException_GetArgs()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyException_GetArgs
PyException_GetCause()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyException_GetCause
PyException_GetContext()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyException_GetContext
PyException_GetTraceback()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyException_GetTraceback
PyException_SetArgs()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyException_SetArgs
PyException_SetCause()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyException_SetCause
PyException_SetContext()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyException_SetContext
PyException_SetTraceback()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyException_SetTraceback
PyFile_FromFd()https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_FromFd
PyFile_GetLine()https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_GetLine
PyFile_WriteObject()https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_WriteObject
PyFile_WriteString()https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyFile_WriteString
PyFilter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyFilter_Type
PyFloat_AsDouble()https://python.github.io/python-docs-zh-tw/c-api/float.html#c.PyFloat_AsDouble
PyFloat_FromDouble()https://python.github.io/python-docs-zh-tw/c-api/float.html#c.PyFloat_FromDouble
PyFloat_FromString()https://python.github.io/python-docs-zh-tw/c-api/float.html#c.PyFloat_FromString
PyFloat_GetInfo()https://python.github.io/python-docs-zh-tw/c-api/float.html#c.PyFloat_GetInfo
PyFloat_GetMax()https://python.github.io/python-docs-zh-tw/c-api/float.html#c.PyFloat_GetMax
PyFloat_GetMin()https://python.github.io/python-docs-zh-tw/c-api/float.html#c.PyFloat_GetMin
PyFloat_Typehttps://python.github.io/python-docs-zh-tw/c-api/float.html#c.PyFloat_Type
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
PyFrame_GetCode()https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetCode
PyFrame_GetLineNumber()https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetLineNumber
PyFrozenSet_New()https://python.github.io/python-docs-zh-tw/c-api/set.html#c.PyFrozenSet_New
PyFrozenSet_Typehttps://python.github.io/python-docs-zh-tw/c-api/set.html#c.PyFrozenSet_Type
PyGC_Collect()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyGC_Collect
PyGC_Disable()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyGC_Disable
PyGC_Enable()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyGC_Enable
PyGC_IsEnabled()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyGC_IsEnabled
PyGILState_Ensure()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyGILState_Ensure
PyGILState_GetThisThreadState()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyGILState_GetThisThreadState
PyGILState_Release()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyGILState_Release
PyGILState_STATEhttps://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyGILState_STATE
PyGetSetDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyGetSetDef
PyImport_AddModule()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_AddModule
PyImport_AddModuleObject()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_AddModuleObject
PyImport_AddModuleRef()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_AddModuleRef
PyImport_AppendInittab()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_AppendInittab
PyImport_ExecCodeModule()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ExecCodeModule
PyImport_ExecCodeModuleEx()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ExecCodeModuleEx
PyImport_ExecCodeModuleObject()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ExecCodeModuleObject
PyImport_ExecCodeModuleWithPathnames()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ExecCodeModuleWithPathnames
PyImport_GetImporter()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_GetImporter
PyImport_GetMagicNumber()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_GetMagicNumber
PyImport_GetMagicTag()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_GetMagicTag
PyImport_GetModule()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_GetModule
PyImport_GetModuleDict()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_GetModuleDict
PyImport_Import()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_Import
PyImport_ImportFrozenModule()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ImportFrozenModule
PyImport_ImportFrozenModuleObject()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ImportFrozenModuleObject
PyImport_ImportModule()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ImportModule
PyImport_ImportModuleLevel()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ImportModuleLevel
PyImport_ImportModuleLevelObject()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ImportModuleLevelObject
PyImport_ImportModuleNoBlock()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ImportModuleNoBlock
PyImport_ReloadModule()https://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_ReloadModule
PyIndex_Check()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyIndex_Check
PyInterpreterStatehttps://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyInterpreterState
PyInterpreterState_Clear()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyInterpreterState_Clear
PyInterpreterState_Delete()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyInterpreterState_Delete
PyInterpreterState_Get()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyInterpreterState_Get
PyInterpreterState_GetDict()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyInterpreterState_GetDict
PyInterpreterState_GetID()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyInterpreterState_GetID
PyInterpreterState_New()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyInterpreterState_New
PyIter_Check()https://python.github.io/python-docs-zh-tw/c-api/iter.html#c.PyIter_Check
PyIter_Next()https://python.github.io/python-docs-zh-tw/c-api/iter.html#c.PyIter_Next
PyIter_NextItem()https://python.github.io/python-docs-zh-tw/c-api/iter.html#c.PyIter_NextItem
PyIter_Send()https://python.github.io/python-docs-zh-tw/c-api/iter.html#c.PyIter_Send
PyListIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyListIter_Type
PyListRevIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyListRevIter_Type
PyList_Append()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_Append
PyList_AsTuple()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_AsTuple
PyList_GetItem()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_GetItem
PyList_GetItemRef()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_GetItemRef
PyList_GetSlice()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_GetSlice
PyList_Insert()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_Insert
PyList_New()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_New
PyList_Reverse()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_Reverse
PyList_SetItem()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_SetItem
PyList_SetSlice()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_SetSlice
PyList_Size()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_Size
PyList_Sort()https://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_Sort
PyList_Typehttps://python.github.io/python-docs-zh-tw/c-api/list.html#c.PyList_Type
PyLongObjecthttps://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLongObject
PyLongRangeIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyLongRangeIter_Type
PyLong_AsDouble()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsDouble
PyLong_AsInt()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsInt
PyLong_AsInt32()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsInt32
PyLong_AsInt64()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsInt64
PyLong_AsLong()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsLong
PyLong_AsLongAndOverflow()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsLongAndOverflow
PyLong_AsLongLong()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsLongLong
PyLong_AsLongLongAndOverflow()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsLongLongAndOverflow
PyLong_AsNativeBytes()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsNativeBytes
PyLong_AsSize_t()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsSize_t
PyLong_AsSsize_t()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsSsize_t
PyLong_AsUInt32()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsUInt32
PyLong_AsUInt64()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsUInt64
PyLong_AsUnsignedLong()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsUnsignedLong
PyLong_AsUnsignedLongLong()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsUnsignedLongLong
PyLong_AsUnsignedLongLongMask()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsUnsignedLongLongMask
PyLong_AsUnsignedLongMask()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsUnsignedLongMask
PyLong_AsVoidPtr()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_AsVoidPtr
PyLong_FromDouble()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromDouble
PyLong_FromInt32()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromInt32
PyLong_FromInt64()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromInt64
PyLong_FromLong()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromLong
PyLong_FromLongLong()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromLongLong
PyLong_FromNativeBytes()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromNativeBytes
PyLong_FromSize_t()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromSize_t
PyLong_FromSsize_t()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromSsize_t
PyLong_FromString()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromString
PyLong_FromUInt32()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromUInt32
PyLong_FromUInt64()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromUInt64
PyLong_FromUnsignedLong()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromUnsignedLong
PyLong_FromUnsignedLongLong()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromUnsignedLongLong
PyLong_FromUnsignedNativeBytes()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromUnsignedNativeBytes
PyLong_FromVoidPtr()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_FromVoidPtr
PyLong_GetInfo()https://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_GetInfo
PyLong_Typehttps://python.github.io/python-docs-zh-tw/c-api/long.html#c.PyLong_Type
PyMap_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyMap_Type
PyMapping_Check()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_Check
PyMapping_GetItemString()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_GetItemString
PyMapping_GetOptionalItem()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_GetOptionalItem
PyMapping_GetOptionalItemString()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_GetOptionalItemString
PyMapping_HasKey()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_HasKey
PyMapping_HasKeyString()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_HasKeyString
PyMapping_HasKeyStringWithError()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_HasKeyStringWithError
PyMapping_HasKeyWithError()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_HasKeyWithError
PyMapping_Items()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_Items
PyMapping_Keys()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_Keys
PyMapping_Length()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_Length
PyMapping_SetItemString()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_SetItemString
PyMapping_Size()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_Size
PyMapping_Values()https://python.github.io/python-docs-zh-tw/c-api/mapping.html#c.PyMapping_Values
PyMem_Calloc()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyMem_Calloc
PyMem_Free()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyMem_Free
PyMem_Malloc()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyMem_Malloc
PyMem_RawCalloc()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyMem_RawCalloc
PyMem_RawFree()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyMem_RawFree
PyMem_RawMalloc()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyMem_RawMalloc
PyMem_RawRealloc()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyMem_RawRealloc
PyMem_Realloc()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyMem_Realloc
PyMemberDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMemberDef
PyMember_GetOne()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMember_GetOne
PyMember_SetOne()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMember_SetOne
PyMemoryView_FromBuffer()https://python.github.io/python-docs-zh-tw/c-api/memoryview.html#c.PyMemoryView_FromBuffer
PyMemoryView_FromMemory()https://python.github.io/python-docs-zh-tw/c-api/memoryview.html#c.PyMemoryView_FromMemory
PyMemoryView_FromObject()https://python.github.io/python-docs-zh-tw/c-api/memoryview.html#c.PyMemoryView_FromObject
PyMemoryView_GetContiguous()https://python.github.io/python-docs-zh-tw/c-api/memoryview.html#c.PyMemoryView_GetContiguous
PyMemoryView_Typehttps://python.github.io/python-docs-zh-tw/c-api/memoryview.html#c.PyMemoryView_Type
PyMethodDefhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyMethodDef
PyModuleDefhttps://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModuleDef
PyModuleDef_Init()https://python.github.io/python-docs-zh-tw/c-api/extension-modules.html#c.PyModuleDef_Init
PyModule_Add()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_Add
PyModule_AddFunctions()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_AddFunctions
PyModule_AddIntConstant()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_AddIntConstant
PyModule_AddObject()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_AddObject
PyModule_AddObjectRef()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_AddObjectRef
PyModule_AddStringConstant()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_AddStringConstant
PyModule_AddType()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_AddType
PyModule_Create2()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_Create2
PyModule_ExecDef()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_ExecDef
PyModule_FromDefAndSpec2()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_FromDefAndSpec2
PyModule_GetDef()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_GetDef
PyModule_GetDict()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_GetDict
PyModule_GetFilename()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_GetFilename
PyModule_GetFilenameObject()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_GetFilenameObject
PyModule_GetName()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_GetName
PyModule_GetNameObject()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_GetNameObject
PyModule_GetState()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_GetState
PyModule_New()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_New
PyModule_NewObject()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_NewObject
PyModule_SetDocString()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_SetDocString
PyModule_Typehttps://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyModule_Type
PyNumber_Absolute()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Absolute
PyNumber_Add()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Add
PyNumber_And()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_And
PyNumber_AsSsize_t()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_AsSsize_t
PyNumber_Check()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Check
PyNumber_Divmod()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Divmod
PyNumber_Float()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Float
PyNumber_FloorDivide()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_FloorDivide
PyNumber_InPlaceAdd()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceAdd
PyNumber_InPlaceAnd()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceAnd
PyNumber_InPlaceFloorDivide()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceFloorDivide
PyNumber_InPlaceLshift()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceLshift
PyNumber_InPlaceMatrixMultiply()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceMatrixMultiply
PyNumber_InPlaceMultiply()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceMultiply
PyNumber_InPlaceOr()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceOr
PyNumber_InPlacePower()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlacePower
PyNumber_InPlaceRemainder()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceRemainder
PyNumber_InPlaceRshift()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceRshift
PyNumber_InPlaceSubtract()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceSubtract
PyNumber_InPlaceTrueDivide()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceTrueDivide
PyNumber_InPlaceXor()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_InPlaceXor
PyNumber_Index()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Index
PyNumber_Invert()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Invert
PyNumber_Long()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Long
PyNumber_Lshift()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Lshift
PyNumber_MatrixMultiply()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_MatrixMultiply
PyNumber_Multiply()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Multiply
PyNumber_Negative()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Negative
PyNumber_Or()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Or
PyNumber_Positive()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Positive
PyNumber_Power()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Power
PyNumber_Remainder()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Remainder
PyNumber_Rshift()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Rshift
PyNumber_Subtract()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Subtract
PyNumber_ToBase()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_ToBase
PyNumber_TrueDivide()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_TrueDivide
PyNumber_Xor()https://python.github.io/python-docs-zh-tw/c-api/number.html#c.PyNumber_Xor
PyOS_AfterFork()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_AfterFork
PyOS_AfterFork_Child()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_AfterFork_Child
PyOS_AfterFork_Parent()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_AfterFork_Parent
PyOS_BeforeFork()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_BeforeFork
PyOS_CheckStack()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_CheckStack
PyOS_FSPath()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_FSPath
PyOS_InputHookhttps://python.github.io/python-docs-zh-tw/c-api/veryhigh.html#c.PyOS_InputHook
PyOS_InterruptOccurred()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_InterruptOccurred
PyOS_double_to_string()https://python.github.io/python-docs-zh-tw/c-api/conversion.html#c.PyOS_double_to_string
PyOS_getsig()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_getsig
PyOS_setsig()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_setsig
PyOS_sighandler_thttps://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PyOS_sighandler_t
PyOS_snprintf()https://python.github.io/python-docs-zh-tw/c-api/conversion.html#c.PyOS_snprintf
PyOS_string_to_double()https://python.github.io/python-docs-zh-tw/c-api/conversion.html#c.PyOS_string_to_double
PyOS_strtol()https://python.github.io/python-docs-zh-tw/c-api/conversion.html#c.PyOS_strtol
PyOS_strtoul()https://python.github.io/python-docs-zh-tw/c-api/conversion.html#c.PyOS_strtoul
PyOS_vsnprintf()https://python.github.io/python-docs-zh-tw/c-api/conversion.html#c.PyOS_vsnprintf
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObject.ob_refcnthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_refcnt
PyObject.ob_typehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject.ob_type
PyObject_ASCII()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_ASCII
PyObject_AsFileDescriptor()https://python.github.io/python-docs-zh-tw/c-api/file.html#c.PyObject_AsFileDescriptor
PyObject_Bytes()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Bytes
PyObject_Call()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_Call
PyObject_CallFunction()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallFunction
PyObject_CallFunctionObjArgs()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallFunctionObjArgs
PyObject_CallMethod()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallMethod
PyObject_CallMethodObjArgs()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallMethodObjArgs
PyObject_CallNoArgs()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallNoArgs
PyObject_CallObject()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_CallObject
PyObject_Calloc()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyObject_Calloc
PyObject_CheckBuffer()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyObject_CheckBuffer
PyObject_ClearWeakRefs()https://python.github.io/python-docs-zh-tw/c-api/weakref.html#c.PyObject_ClearWeakRefs
PyObject_CopyData()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyObject_CopyData
PyObject_DelAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_DelAttr
PyObject_DelAttrString()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_DelAttrString
PyObject_DelItem()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_DelItem
PyObject_DelItemString()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_DelItemString
PyObject_Dir()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Dir
PyObject_Format()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Format
PyObject_Free()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyObject_Free
PyObject_GC_Del()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Del
PyObject_GC_IsFinalized()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_IsFinalized
PyObject_GC_IsTracked()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_IsTracked
PyObject_GC_Track()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_Track
PyObject_GC_UnTrack()https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.PyObject_GC_UnTrack
PyObject_GenericGetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericGetAttr
PyObject_GenericGetDict()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericGetDict
PyObject_GenericSetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericSetAttr
PyObject_GenericSetDict()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GenericSetDict
PyObject_GetAIter()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetAIter
PyObject_GetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetAttr
PyObject_GetAttrString()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetAttrString
PyObject_GetBuffer()https://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.PyObject_GetBuffer
PyObject_GetItem()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetItem
PyObject_GetIter()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetIter
PyObject_GetOptionalAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetOptionalAttr
PyObject_GetOptionalAttrString()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetOptionalAttrString
PyObject_GetTypeData()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_GetTypeData
PyObject_HasAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_HasAttr
PyObject_HasAttrString()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_HasAttrString
PyObject_HasAttrStringWithError()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_HasAttrStringWithError
PyObject_HasAttrWithError()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_HasAttrWithError
PyObject_Hash()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Hash
PyObject_HashNotImplemented()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_HashNotImplemented
PyObject_Init()https://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_Init
PyObject_InitVar()https://python.github.io/python-docs-zh-tw/c-api/allocation.html#c.PyObject_InitVar
PyObject_IsInstance()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_IsInstance
PyObject_IsSubclass()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_IsSubclass
PyObject_IsTrue()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_IsTrue
PyObject_Length()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Length
PyObject_Malloc()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyObject_Malloc
PyObject_Not()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Not
PyObject_Realloc()https://python.github.io/python-docs-zh-tw/c-api/memory.html#c.PyObject_Realloc
PyObject_Repr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Repr
PyObject_RichCompare()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_RichCompare
PyObject_RichCompareBool()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_RichCompareBool
PyObject_SelfIter()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_SelfIter
PyObject_SetAttr()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_SetAttr
PyObject_SetAttrString()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_SetAttrString
PyObject_SetItem()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_SetItem
PyObject_Size()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Size
PyObject_Str()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Str
PyObject_Type()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyObject_Type
PyObject_Vectorcall()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_Vectorcall
PyObject_VectorcallMethod()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyObject_VectorcallMethod
PyProperty_Typehttps://python.github.io/python-docs-zh-tw/c-api/descriptor.html#c.PyProperty_Type
PyRangeIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyRangeIter_Type
PyRange_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyRange_Type
PyReversed_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyReversed_Type
PySeqIter_New()https://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PySeqIter_New
PySeqIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PySeqIter_Type
PySequence_Check()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Check
PySequence_Concat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Concat
PySequence_Contains()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Contains
PySequence_Count()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Count
PySequence_DelItem()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_DelItem
PySequence_DelSlice()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_DelSlice
PySequence_Fast()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Fast
PySequence_GetItem()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_GetItem
PySequence_GetSlice()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_GetSlice
PySequence_In()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_In
PySequence_InPlaceConcat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_InPlaceConcat
PySequence_InPlaceRepeat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_InPlaceRepeat
PySequence_Index()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Index
PySequence_Length()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Length
PySequence_List()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_List
PySequence_Repeat()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Repeat
PySequence_SetItem()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_SetItem
PySequence_SetSlice()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_SetSlice
PySequence_Size()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Size
PySequence_Tuple()https://python.github.io/python-docs-zh-tw/c-api/sequence.html#c.PySequence_Tuple
PySetIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PySetIter_Type
PySet_Add()https://python.github.io/python-docs-zh-tw/c-api/set.html#c.PySet_Add
PySet_Clear()https://python.github.io/python-docs-zh-tw/c-api/set.html#c.PySet_Clear
PySet_Contains()https://python.github.io/python-docs-zh-tw/c-api/set.html#c.PySet_Contains
PySet_Discard()https://python.github.io/python-docs-zh-tw/c-api/set.html#c.PySet_Discard
PySet_New()https://python.github.io/python-docs-zh-tw/c-api/set.html#c.PySet_New
PySet_Pop()https://python.github.io/python-docs-zh-tw/c-api/set.html#c.PySet_Pop
PySet_Size()https://python.github.io/python-docs-zh-tw/c-api/set.html#c.PySet_Size
PySet_Typehttps://python.github.io/python-docs-zh-tw/c-api/set.html#c.PySet_Type
PySlice_AdjustIndices()https://python.github.io/python-docs-zh-tw/c-api/slice.html#c.PySlice_AdjustIndices
PySlice_GetIndices()https://python.github.io/python-docs-zh-tw/c-api/slice.html#c.PySlice_GetIndices
PySlice_GetIndicesEx()https://python.github.io/python-docs-zh-tw/c-api/slice.html#c.PySlice_GetIndicesEx
PySlice_New()https://python.github.io/python-docs-zh-tw/c-api/slice.html#c.PySlice_New
PySlice_Typehttps://python.github.io/python-docs-zh-tw/c-api/slice.html#c.PySlice_Type
PySlice_Unpack()https://python.github.io/python-docs-zh-tw/c-api/slice.html#c.PySlice_Unpack
PyState_AddModule()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyState_AddModule
PyState_FindModule()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyState_FindModule
PyState_RemoveModule()https://python.github.io/python-docs-zh-tw/c-api/module.html#c.PyState_RemoveModule
PyStructSequence_Deschttps://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyStructSequence_Desc
PyStructSequence_Fieldhttps://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyStructSequence_Field
PyStructSequence_GetItem()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyStructSequence_GetItem
PyStructSequence_New()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyStructSequence_New
PyStructSequence_NewType()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyStructSequence_NewType
PyStructSequence_SetItem()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyStructSequence_SetItem
PyStructSequence_UnnamedFieldhttps://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyStructSequence_UnnamedField
PySuper_Typehttps://python.github.io/python-docs-zh-tw/c-api/descriptor.html#c.PySuper_Type
PySys_Audit()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_Audit
PySys_AuditTuple()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_AuditTuple
PySys_FormatStderr()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_FormatStderr
PySys_FormatStdout()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_FormatStdout
PySys_GetObject()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_GetObject
PySys_GetXOptions()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_GetXOptions
PySys_ResetWarnOptions()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_ResetWarnOptions
PySys_SetArgv()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PySys_SetArgv
PySys_SetArgvEx()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PySys_SetArgvEx
PySys_SetObject()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_SetObject
PySys_WriteStderr()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_WriteStderr
PySys_WriteStdout()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.PySys_WriteStdout
PyThreadStatehttps://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState
PyThreadState_Clear()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_Clear
PyThreadState_Delete()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_Delete
PyThreadState_Get()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_Get
PyThreadState_GetDict()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_GetDict
PyThreadState_GetFrame()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_GetFrame
PyThreadState_GetID()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_GetID
PyThreadState_GetInterpreter()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_GetInterpreter
PyThreadState_New()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_New
PyThreadState_SetAsyncExc()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_SetAsyncExc
PyThreadState_Swap()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_Swap
PyThread_ReInitTLS()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_ReInitTLS
PyThread_create_key()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_create_key
PyThread_delete_key()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_delete_key
PyThread_delete_key_value()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_delete_key_value
PyThread_get_key_value()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_get_key_value
PyThread_set_key_value()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_set_key_value
PyThread_tss_alloc()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_tss_alloc
PyThread_tss_create()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_tss_create
PyThread_tss_delete()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_tss_delete
PyThread_tss_free()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_tss_free
PyThread_tss_get()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_tss_get
PyThread_tss_is_created()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_tss_is_created
PyThread_tss_set()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThread_tss_set
PyTraceBack_Here()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyTraceBack_Here
PyTraceBack_Print()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyTraceBack_Print
PyTraceBack_Typehttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyTraceBack_Type
PyTupleIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyTupleIter_Type
PyTuple_GetItem()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyTuple_GetItem
PyTuple_GetSlice()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyTuple_GetSlice
PyTuple_New()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyTuple_New
PyTuple_Pack()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyTuple_Pack
PyTuple_SetItem()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyTuple_SetItem
PyTuple_Size()https://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyTuple_Size
PyTuple_Typehttps://python.github.io/python-docs-zh-tw/c-api/tuple.html#c.PyTuple_Type
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
PyType_ClearCache()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_ClearCache
PyType_Freeze()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Freeze
PyType_FromMetaclass()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromMetaclass
PyType_FromModuleAndSpec()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromModuleAndSpec
PyType_FromSpec()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromSpec
PyType_FromSpecWithBases()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_FromSpecWithBases
PyType_GenericAlloc()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericAlloc
PyType_GenericNew()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GenericNew
PyType_GetBaseByToken()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetBaseByToken
PyType_GetFlags()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetFlags
PyType_GetFullyQualifiedName()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetFullyQualifiedName
PyType_GetModule()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetModule
PyType_GetModuleByDef()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetModuleByDef
PyType_GetModuleName()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetModuleName
PyType_GetModuleState()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetModuleState
PyType_GetName()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetName
PyType_GetQualName()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetQualName
PyType_GetSlot()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_GetSlot
PyType_GetTypeDataSize()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyType_GetTypeDataSize
PyType_IsSubtype()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_IsSubtype
PyType_Modified()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Modified
PyType_Ready()https://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Ready
PyType_Slothttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Slot
PyType_Spechttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Spec
PyType_Typehttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyType_Type
PyUnicodeDecodeError_Create()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeDecodeError_Create
PyUnicodeDecodeError_GetEncoding()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeDecodeError_GetEncoding
PyUnicodeDecodeError_GetEnd()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeDecodeError_GetEnd
PyUnicodeDecodeError_GetObject()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeDecodeError_GetObject
PyUnicodeDecodeError_GetReason()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeDecodeError_GetReason
PyUnicodeDecodeError_GetStart()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeDecodeError_GetStart
PyUnicodeDecodeError_SetEnd()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeDecodeError_SetEnd
PyUnicodeDecodeError_SetReason()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeDecodeError_SetReason
PyUnicodeDecodeError_SetStart()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeDecodeError_SetStart
PyUnicodeEncodeError_GetEncoding()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeEncodeError_GetEncoding
PyUnicodeEncodeError_GetEnd()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeEncodeError_GetEnd
PyUnicodeEncodeError_GetObject()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeEncodeError_GetObject
PyUnicodeEncodeError_GetReason()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeEncodeError_GetReason
PyUnicodeEncodeError_GetStart()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeEncodeError_GetStart
PyUnicodeEncodeError_SetEnd()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeEncodeError_SetEnd
PyUnicodeEncodeError_SetReason()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeEncodeError_SetReason
PyUnicodeEncodeError_SetStart()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeEncodeError_SetStart
PyUnicodeIter_Typehttps://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicodeIter_Type
PyUnicodeTranslateError_GetEnd()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeTranslateError_GetEnd
PyUnicodeTranslateError_GetObject()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeTranslateError_GetObject
PyUnicodeTranslateError_GetReason()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeTranslateError_GetReason
PyUnicodeTranslateError_GetStart()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeTranslateError_GetStart
PyUnicodeTranslateError_SetEnd()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeTranslateError_SetEnd
PyUnicodeTranslateError_SetReason()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeTranslateError_SetReason
PyUnicodeTranslateError_SetStart()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.PyUnicodeTranslateError_SetStart
PyUnicode_Append()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Append
PyUnicode_AppendAndDel()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AppendAndDel
PyUnicode_AsASCIIString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsASCIIString
PyUnicode_AsCharmapString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsCharmapString
PyUnicode_AsEncodedString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsEncodedString
PyUnicode_AsLatin1String()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsLatin1String
PyUnicode_AsMBCSString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsMBCSString
PyUnicode_AsRawUnicodeEscapeString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsRawUnicodeEscapeString
PyUnicode_AsUCS4()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsUCS4
PyUnicode_AsUCS4Copy()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsUCS4Copy
PyUnicode_AsUTF16String()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsUTF16String
PyUnicode_AsUTF32String()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsUTF32String
PyUnicode_AsUTF8AndSize()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsUTF8AndSize
PyUnicode_AsUTF8String()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsUTF8String
PyUnicode_AsUnicodeEscapeString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsUnicodeEscapeString
PyUnicode_AsWideChar()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsWideChar
PyUnicode_AsWideCharString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_AsWideCharString
PyUnicode_BuildEncodingMap()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_BuildEncodingMap
PyUnicode_Compare()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Compare
PyUnicode_CompareWithASCIIString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_CompareWithASCIIString
PyUnicode_Concat()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Concat
PyUnicode_Contains()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Contains
PyUnicode_Count()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Count
PyUnicode_Decode()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Decode
PyUnicode_DecodeASCII()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeASCII
PyUnicode_DecodeCharmap()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeCharmap
PyUnicode_DecodeCodePageStateful()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeCodePageStateful
PyUnicode_DecodeFSDefault()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeFSDefault
PyUnicode_DecodeFSDefaultAndSize()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeFSDefaultAndSize
PyUnicode_DecodeLatin1()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeLatin1
PyUnicode_DecodeLocale()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeLocale
PyUnicode_DecodeLocaleAndSize()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeLocaleAndSize
PyUnicode_DecodeMBCS()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeMBCS
PyUnicode_DecodeMBCSStateful()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeMBCSStateful
PyUnicode_DecodeRawUnicodeEscape()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeRawUnicodeEscape
PyUnicode_DecodeUTF16()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeUTF16
PyUnicode_DecodeUTF16Stateful()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeUTF16Stateful
PyUnicode_DecodeUTF32()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeUTF32
PyUnicode_DecodeUTF32Stateful()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeUTF32Stateful
PyUnicode_DecodeUTF7()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeUTF7
PyUnicode_DecodeUTF7Stateful()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeUTF7Stateful
PyUnicode_DecodeUTF8()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeUTF8
PyUnicode_DecodeUTF8Stateful()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeUTF8Stateful
PyUnicode_DecodeUnicodeEscape()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_DecodeUnicodeEscape
PyUnicode_EncodeCodePage()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_EncodeCodePage
PyUnicode_EncodeFSDefault()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_EncodeFSDefault
PyUnicode_EncodeLocale()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_EncodeLocale
PyUnicode_Equal()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Equal
PyUnicode_EqualToUTF8()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_EqualToUTF8
PyUnicode_EqualToUTF8AndSize()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_EqualToUTF8AndSize
PyUnicode_FSConverter()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FSConverter
PyUnicode_FSDecoder()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FSDecoder
PyUnicode_Find()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Find
PyUnicode_FindChar()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FindChar
PyUnicode_Format()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Format
PyUnicode_FromEncodedObject()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FromEncodedObject
PyUnicode_FromFormat()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FromFormat
PyUnicode_FromFormatV()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FromFormatV
PyUnicode_FromObject()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FromObject
PyUnicode_FromOrdinal()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FromOrdinal
PyUnicode_FromString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FromString
PyUnicode_FromStringAndSize()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FromStringAndSize
PyUnicode_FromWideChar()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_FromWideChar
PyUnicode_GetDefaultEncoding()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_GetDefaultEncoding
PyUnicode_GetLength()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_GetLength
PyUnicode_InternFromString()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_InternFromString
PyUnicode_InternInPlace()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_InternInPlace
PyUnicode_IsIdentifier()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_IsIdentifier
PyUnicode_Join()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Join
PyUnicode_Partition()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Partition
PyUnicode_RPartition()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_RPartition
PyUnicode_RSplit()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_RSplit
PyUnicode_ReadChar()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_ReadChar
PyUnicode_Replace()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Replace
PyUnicode_Resize()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Resize
PyUnicode_RichCompare()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_RichCompare
PyUnicode_Split()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Split
PyUnicode_Splitlines()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Splitlines
PyUnicode_Substring()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Substring
PyUnicode_Tailmatch()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Tailmatch
PyUnicode_Translate()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Translate
PyUnicode_Typehttps://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_Type
PyUnicode_WriteChar()https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.PyUnicode_WriteChar
PyVarObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject
PyVarObject.ob_sizehttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyVarObject.ob_size
PyVectorcall_Call()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyVectorcall_Call
PyVectorcall_NARGS()https://python.github.io/python-docs-zh-tw/c-api/call.html#c.PyVectorcall_NARGS
PyWeakref_GetObject()https://python.github.io/python-docs-zh-tw/c-api/weakref.html#c.PyWeakref_GetObject
PyWeakref_GetRef()https://python.github.io/python-docs-zh-tw/c-api/weakref.html#c.PyWeakref_GetRef
PyWeakref_NewProxy()https://python.github.io/python-docs-zh-tw/c-api/weakref.html#c.PyWeakref_NewProxy
PyWeakref_NewRef()https://python.github.io/python-docs-zh-tw/c-api/weakref.html#c.PyWeakref_NewRef
PyWrapper_New()https://python.github.io/python-docs-zh-tw/c-api/descriptor.html#c.PyWrapper_New
PyZip_Typehttps://python.github.io/python-docs-zh-tw/c-api/iterator.html#c.PyZip_Type
Py_ASNATIVEBYTES_ALLOW_INDEXhttps://python.github.io/python-docs-zh-tw/c-api/long.html#c.Py_ASNATIVEBYTES_ALLOW_INDEX
Py_ASNATIVEBYTES_BIG_ENDIANhttps://python.github.io/python-docs-zh-tw/c-api/long.html#c.Py_ASNATIVEBYTES_BIG_ENDIAN
Py_ASNATIVEBYTES_DEFAULTShttps://python.github.io/python-docs-zh-tw/c-api/long.html#c.Py_ASNATIVEBYTES_DEFAULTS
Py_ASNATIVEBYTES_LITTLE_ENDIANhttps://python.github.io/python-docs-zh-tw/c-api/long.html#c.Py_ASNATIVEBYTES_LITTLE_ENDIAN
Py_ASNATIVEBYTES_NATIVE_ENDIANhttps://python.github.io/python-docs-zh-tw/c-api/long.html#c.Py_ASNATIVEBYTES_NATIVE_ENDIAN
Py_ASNATIVEBYTES_REJECT_NEGATIVEhttps://python.github.io/python-docs-zh-tw/c-api/long.html#c.Py_ASNATIVEBYTES_REJECT_NEGATIVE
Py_ASNATIVEBYTES_UNSIGNED_BUFFERhttps://python.github.io/python-docs-zh-tw/c-api/long.html#c.Py_ASNATIVEBYTES_UNSIGNED_BUFFER
Py_AUDIT_READhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_AUDIT_READ
Py_AddPendingCall()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_AddPendingCall
Py_AtExit()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.Py_AtExit
Py_BEGIN_ALLOW_THREADShttps://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_BEGIN_ALLOW_THREADS
Py_BLOCK_THREADShttps://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_BLOCK_THREADS
Py_BuildValue()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.Py_BuildValue
Py_BytesMain()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_BytesMain
Py_CompileString()https://python.github.io/python-docs-zh-tw/c-api/veryhigh.html#c.Py_CompileString
Py_DecRef()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_DecRef
Py_DecodeLocale()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.Py_DecodeLocale
Py_END_ALLOW_THREADShttps://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_END_ALLOW_THREADS
Py_EncodeLocale()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.Py_EncodeLocale
Py_EndInterpreter()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_EndInterpreter
Py_EnterRecursiveCall()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.Py_EnterRecursiveCall
Py_Exit()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.Py_Exit
Py_FatalError()https://python.github.io/python-docs-zh-tw/c-api/sys.html#c.Py_FatalError
Py_Finalize()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_Finalize
Py_FinalizeEx()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_FinalizeEx
Py_GenericAlias()https://python.github.io/python-docs-zh-tw/c-api/typehints.html#c.Py_GenericAlias
Py_GenericAliasTypehttps://python.github.io/python-docs-zh-tw/c-api/typehints.html#c.Py_GenericAliasType
Py_GetBuildInfo()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetBuildInfo
Py_GetCompiler()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetCompiler
Py_GetConstant()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.Py_GetConstant
Py_GetConstantBorrowed()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.Py_GetConstantBorrowed
Py_GetCopyright()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetCopyright
Py_GetExecPrefix()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetExecPrefix
Py_GetPath()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetPath
Py_GetPlatform()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetPlatform
Py_GetPrefix()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetPrefix
Py_GetProgramFullPath()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetProgramFullPath
Py_GetProgramName()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetProgramName
Py_GetPythonHome()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetPythonHome
Py_GetRecursionLimit()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.Py_GetRecursionLimit
Py_GetVersion()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_GetVersion
Py_IncRef()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_IncRef
Py_Initialize()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_Initialize
Py_InitializeEx()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_InitializeEx
Py_Is()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_Is
Py_IsFalse()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_IsFalse
Py_IsFinalizing()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_IsFinalizing
Py_IsInitialized()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_IsInitialized
Py_IsNone()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_IsNone
Py_IsTrue()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_IsTrue
Py_LeaveRecursiveCall()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.Py_LeaveRecursiveCall
Py_Main()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_Main
Py_MakePendingCalls()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_MakePendingCalls
Py_NewInterpreter()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_NewInterpreter
Py_NewRef()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_NewRef
Py_PACK_FULL_VERSION()https://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html#c.Py_PACK_FULL_VERSION
Py_PACK_VERSION()https://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html#c.Py_PACK_VERSION
Py_READONLYhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_READONLY
Py_REFCNT()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_REFCNT
Py_RELATIVE_OFFSEThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_RELATIVE_OFFSET
Py_ReprEnter()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.Py_ReprEnter
Py_ReprLeave()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.Py_ReprLeave
Py_SetProgramName()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_SetProgramName
Py_SetPythonHome()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_SetPythonHome
Py_SetRecursionLimit()https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#c.Py_SetRecursionLimit
Py_TPFLAGS_BASETYPEhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_BASETYPE
Py_TPFLAGS_DEFAULThttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_DEFAULT
Py_TPFLAGS_HAVE_GChttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_GC
Py_TPFLAGS_HAVE_VECTORCALLhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_HAVE_VECTORCALL
Py_TPFLAGS_ITEMS_AT_ENDhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_ITEMS_AT_END
Py_TPFLAGS_METHOD_DESCRIPTORhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_TPFLAGS_METHOD_DESCRIPTOR
Py_TP_USE_SPEChttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.Py_TP_USE_SPEC
Py_TYPE()https://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_TYPE
Py_T_BOOLhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_BOOL
Py_T_BYTEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_BYTE
Py_T_CHARhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_CHAR
Py_T_DOUBLEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_DOUBLE
Py_T_FLOAThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_FLOAT
Py_T_INThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_INT
Py_T_LONGhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_LONG
Py_T_LONGLONGhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_LONGLONG
Py_T_OBJECT_EXhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_OBJECT_EX
Py_T_PYSSIZEThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_PYSSIZET
Py_T_SHORThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_SHORT
Py_T_STRINGhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_STRING
Py_T_STRING_INPLACEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_STRING_INPLACE
Py_T_UBYTEhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_UBYTE
Py_T_UINThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_UINT
Py_T_ULONGhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_ULONG
Py_T_ULONGLONGhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_ULONGLONG
Py_T_USHORThttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.Py_T_USHORT
Py_UCS4https://python.github.io/python-docs-zh-tw/c-api/unicode.html#c.Py_UCS4
Py_UNBLOCK_THREADShttps://python.github.io/python-docs-zh-tw/c-api/init.html#c.Py_UNBLOCK_THREADS
Py_VaBuildValue()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.Py_VaBuildValue
Py_Versionhttps://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html#c.Py_Version
Py_XNewRef()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_XNewRef
Py_am_aiterhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_am_aiter
Py_am_anexthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_am_anext
Py_am_awaithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_am_await
Py_am_sendhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_am_send
Py_bf_getbufferhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_bf_getbuffer
Py_bf_releasebufferhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_bf_releasebuffer
Py_bufferhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#c.Py_buffer
Py_mp_ass_subscripthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_mp_ass_subscript
Py_mp_lengthhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_mp_length
Py_mp_subscripthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_mp_subscript
Py_nb_absolutehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_absolute
Py_nb_addhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_add
Py_nb_andhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_and
Py_nb_boolhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_bool
Py_nb_divmodhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_divmod
Py_nb_floathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_float
Py_nb_floor_dividehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_floor_divide
Py_nb_indexhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_index
Py_nb_inplace_addhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_add
Py_nb_inplace_andhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_and
Py_nb_inplace_floor_dividehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_floor_divide
Py_nb_inplace_lshifthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_lshift
Py_nb_inplace_matrix_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_matrix_multiply
Py_nb_inplace_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_multiply
Py_nb_inplace_orhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_or
Py_nb_inplace_powerhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_power
Py_nb_inplace_remainderhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_remainder
Py_nb_inplace_rshifthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_rshift
Py_nb_inplace_subtracthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_subtract
Py_nb_inplace_true_dividehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_true_divide
Py_nb_inplace_xorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_inplace_xor
Py_nb_inthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_int
Py_nb_inverthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_invert
Py_nb_lshifthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_lshift
Py_nb_matrix_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_matrix_multiply
Py_nb_multiplyhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_multiply
Py_nb_negativehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_negative
Py_nb_orhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_or
Py_nb_positivehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_positive
Py_nb_powerhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_power
Py_nb_remainderhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_remainder
Py_nb_rshifthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_rshift
Py_nb_subtracthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_subtract
Py_nb_true_dividehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_true_divide
Py_nb_xorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_nb_xor
Py_sq_ass_itemhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_sq_ass_item
Py_sq_concathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_sq_concat
Py_sq_containshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_sq_contains
Py_sq_inplace_concathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_sq_inplace_concat
Py_sq_inplace_repeathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_sq_inplace_repeat
Py_sq_itemhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_sq_item
Py_sq_lengthhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_sq_length
Py_sq_repeathttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_sq_repeat
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
Py_tp_allochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_alloc
Py_tp_basehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_base
Py_tp_baseshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_bases
Py_tp_callhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_call
Py_tp_clearhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_clear
Py_tp_deallochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_dealloc
Py_tp_delhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_del
Py_tp_descr_gethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_descr_get
Py_tp_descr_sethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_descr_set
Py_tp_dochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_doc
Py_tp_finalizehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_finalize
Py_tp_freehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_free
Py_tp_getattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_getattr
Py_tp_getattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_getattro
Py_tp_getsethttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_getset
Py_tp_hashhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_hash
Py_tp_inithttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_init
Py_tp_is_gchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_is_gc
Py_tp_iterhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_iter
Py_tp_iternexthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_iternext
Py_tp_membershttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_members
Py_tp_methodshttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_methods
Py_tp_newhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_new
Py_tp_reprhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_repr
Py_tp_richcomparehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_richcompare
Py_tp_setattrhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_setattr
Py_tp_setattrohttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_setattro
Py_tp_strhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_str
Py_tp_tokenhttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.Py_tp_token
Py_tp_traversehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_traverse
Py_tp_vectorcallhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.Py_tp_vectorcall
allocfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.allocfunc
binaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.binaryfunc
descrgetfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrgetfunc
descrsetfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrsetfunc
destructorhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
getattrfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrfunc
getattrofunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getattrofunc
getbufferprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getbufferproc
getiterfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.getiterfunc
getterhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.getter
hashfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.hashfunc
initprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.initproc
inquiryhttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.inquiry
iternextfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.iternextfunc
lenfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.lenfunc
newfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.newfunc
objobjargprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjargproc
objobjprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.objobjproc
releasebufferprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.releasebufferproc
reprfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.reprfunc
richcmpfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.richcmpfunc
setattrfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrfunc
setattrofunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.setattrofunc
setterhttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.setter
ssizeargfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeargfunc
ssizeobjargprochttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ssizeobjargproc
ternaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.ternaryfunc
traverseprochttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.traverseproc
unaryfunchttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.unaryfunc
vectorcallfunchttps://python.github.io/python-docs-zh-tw/c-api/call.html#c.vectorcallfunc
visitprochttps://python.github.io/python-docs-zh-tw/c-api/gcsupport.html#c.visitproc
目錄https://python.github.io/python-docs-zh-tw/contents.html
C API 穩定性https://python.github.io/python-docs-zh-tw/c-api/stable.html
不穩定的 C APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
穩定的應用程式二進位介面https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-application-binary-interface
受限 C APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-c-api
穩定 ABIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-abi
受限 API 範圍和性能https://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-api-scope-and-performance
受限 API 注意事項https://python.github.io/python-docs-zh-tw/c-api/stable.html#limited-api-caveats
平台注意事項https://python.github.io/python-docs-zh-tw/c-api/stable.html#platform-considerations
受限 API 的內容https://python.github.io/python-docs-zh-tw/c-api/stable.html#contents-of-limited-api
簡介https://python.github.io/python-docs-zh-tw/c-api/intro.html
The Very High Level Layerhttps://python.github.io/python-docs-zh-tw/c-api/veryhigh.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/stable.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/veryhigh.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/intro.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
C API 穩定性https://python.github.io/python-docs-zh-tw/c-api/stable.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.