Name Date Size

..25-Oct-20244 KiB

abstract.hH A D25-Oct-202430.7 KiB

bltinmodule.hH A D25-Oct-2024264

boolobject.hH A D25-Oct-20241.2 KiB

bytearrayobject.hH A D25-Oct-20241.4 KiB

bytesobject.hH A D25-Oct-20242.6 KiB

ceval.hH A D25-Oct-20246.1 KiB

codecs.hH A D25-Oct-20246.9 KiB

compile.hH A D25-Oct-2024520

complexobject.hH A D25-Oct-2024724

cpython/H25-Oct-20244 KiB

datetime.hH A D25-Oct-20249.4 KiB

descrobject.hH A D25-Oct-20241.2 KiB

dictobject.hH A D25-Oct-20243.8 KiB

dynamic_annotations.hH A D25-Oct-202421.9 KiB

enumobject.hH A D25-Oct-2024253

errcode.hH A D25-Oct-20241.7 KiB

exports.hH A D25-Oct-20241.1 KiB

fileobject.hH A D25-Oct-20241.5 KiB

fileutils.hH A D25-Oct-2024507

floatobject.hH A D25-Oct-20241.5 KiB

frameobject.hH A D25-Oct-2024336

genericaliasobject.hH A D25-Oct-2024334

import.hH A D25-Oct-20243 KiB

internal/H25-Oct-20244 KiB

intrcheck.hH A D25-Oct-2024772

iterobject.hH A D25-Oct-2024593

listobject.hH A D25-Oct-20241.7 KiB

longobject.hH A D25-Oct-20243.2 KiB

marshal.hH A D25-Oct-2024827

memoryobject.hH A D25-Oct-20242.7 KiB

methodobject.hH A D25-Oct-20245 KiB

modsupport.hH A D25-Oct-20246.3 KiB

moduleobject.hH A D25-Oct-20242.3 KiB

object.hH A D25-Oct-202429.1 KiB

objimpl.hH A D25-Oct-20248.2 KiB

opcode.hH A D25-Oct-202410.9 KiB

osdefs.hH A D25-Oct-2024737

osmodule.hH A D25-Oct-2024291

patchlevel.hH A D25-Oct-20241.3 KiB

py_curses.hH A D25-Oct-20242.4 KiB

pybuffer.hH A D25-Oct-20245 KiB

pycapsule.hH A D25-Oct-20241.7 KiB

pydtrace.dH A D25-Oct-20241,008

pydtrace.hH A D25-Oct-20242.4 KiB

pyerrors.hH A D25-Oct-202412.5 KiB

pyexpat.hH A D25-Oct-20242.4 KiB

pyframe.hH A D25-Oct-2024551

pyhash.hH A D25-Oct-20244.1 KiB

pylifecycle.hH A D25-Oct-20242.2 KiB

pymacconfig.hH A D25-Oct-20242.9 KiB

pymacro.hH A D25-Oct-20245.9 KiB

pymath.hH A D25-Oct-20241.9 KiB

pymem.hH A D25-Oct-20243.8 KiB

pyport.hH A D25-Oct-202424 KiB

pystate.hH A D25-Oct-20244.5 KiB

pystrcmp.hH A D25-Oct-2024436

pystrtod.hH A D25-Oct-20241.5 KiB

Python.hH A D25-Oct-20242.8 KiB

pythonrun.hH A D25-Oct-20241.2 KiB

pythread.hH A D25-Oct-20244.7 KiB

pytypedefs.hH A D25-Oct-2024851

rangeobject.hH A D25-Oct-2024628

README.rstH A D25-Oct-2024344

setobject.hH A D25-Oct-20241.5 KiB

sliceobject.hH A D25-Oct-20242.5 KiB

structmember.hH A D25-Oct-20242 KiB

structseq.hH A D25-Oct-20241.4 KiB

sysmodule.hH A D25-Oct-20241.3 KiB

token.hH A D25-Oct-20242.6 KiB

traceback.hH A D25-Oct-2024583

tracemalloc.hH A D25-Oct-20241.1 KiB

tupleobject.hH A D25-Oct-20241.6 KiB

typeslots.hH A D25-Oct-20242.3 KiB

unicodeobject.hH A D25-Oct-202435.2 KiB

warnings.hH A D25-Oct-20241.1 KiB

weakrefobject.hH A D25-Oct-20241.2 KiB

README.rst

1The Python C API
2================
3
4The C API is divided into three sections:
5
61. ``Include/``: Limited API
72. ``Include/cpython/``: CPython implementation details
83. ``Include/internal/``: The internal API
9
10Information on changing the C API is available `in the developer guide`_
11
12.. _in the developer guide: https://devguide.python.org/c-api/
13