Skip to content

Files

Include

Folders and files

NameName
Last commit message
Last commit date

parent directory

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

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