René's URL Explorer Experiment


Title: C API and ABI Stability — Python 3.15.0a8 documentation

Open Graph Title: C API and ABI Stability

Description: Unless documented otherwise, Python’s C API is covered by the Backwards Compatibility Policy, PEP 387. Most changes to it are source-compatible (typically by only adding new API). Changing existing...

Open Graph Description: Unless documented otherwise, Python’s C API is covered by the Backwards Compatibility Policy, PEP 387. Most changes to it are source-compatible (typically by only adding new API). Changing existing...

Opengraph URL: https://docs.python.org/3/c-api/stable.html

direct link

Domain: cpython-previews--149190.org.readthedocs.build

og:typewebsite
og:site_namePython documentation
og:imagehttps://cpython-previews--149190.org.readthedocs.build/en/149190/_static/og-image.png
og:image:altPython documentation
theme-color#3776ab
og:image:width200
og:image:height200
readthedocs-addons-api-version1
readthedocs-project-slugcpython-previews
readthedocs-version-slug149190
readthedocs-resolver-filename/c-api/stable.html
readthedocs-http-status200

Links:

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

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


URLs of crawlers that visited me.