Skip to content

Files

This branch is 8514 commits behind python/cpython:main.

Include

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 5, 2023
Aug 7, 2023
Jul 2, 2023
Feb 28, 2023
Jul 11, 2023
May 9, 2009
Apr 22, 2023
Jun 16, 2022
Jun 16, 2022
Jun 1, 2023
Jun 30, 2023
Mar 22, 2021
Jun 16, 2022
Jun 20, 2022
May 4, 2023
Jul 25, 2023
Sep 24, 2022
Nov 6, 2003
Jul 24, 2023
Dec 9, 2022
Jul 23, 2023
Oct 14, 2021
Jun 16, 2022
Oct 14, 2021
Jul 17, 2021
Jun 20, 2023
Jul 27, 2023
Nov 17, 2020
Jun 16, 2022
Jun 16, 2022
Jun 16, 2022
Oct 20, 2021
Nov 23, 2022
Jun 1, 2023
Jul 25, 2023
Jul 22, 2023
Jul 25, 2023
Mar 14, 2023
Aug 2, 2023
Feb 27, 2019
Dec 27, 2016
May 22, 2023
Jun 16, 2022
May 4, 2023
Jun 16, 2022
May 23, 2019
Dec 31, 2022
Feb 8, 2023
Sep 18, 2018
Jun 19, 2022
Jul 22, 2023
Jun 1, 2023
May 25, 2022
Jul 25, 2023
May 10, 2023
Jun 20, 2022
May 4, 2023
Feb 24, 2022
Aug 4, 2023
Dec 19, 2007
Apr 11, 2022
Mar 21, 2023
May 18, 2022
Mar 3, 2022
Jun 16, 2022
Jun 16, 2022
Jun 16, 2022
Nov 22, 2022
Jun 28, 2023
Jun 1, 2023
Jun 16, 2022
Jun 16, 2022
Feb 2, 2022
May 1, 2023
Oct 18, 2021
Jun 26, 2023

The Python C API

The C API is divided into these sections:

  1. Include/: Limited API
  2. Include/cpython/: CPython implementation details
  3. Include/cpython/, names with the PyUnstable_ prefix: API that can change between minor releases
  4. Include/internal/, and any name with _ prefix: The internal API

Information on changing the C API is available in the developer guide