René's URL Explorer Experiment


Title: Python/C API Reference Manual — Python 3.14.2 documentation

Open Graph Title: Python/C API Reference Manual

Description: This manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to Extending and Embedding the Python Interpreter, which describes...

Open Graph Description: This manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to Extending and Embedding the Python Interpreter, which describes...

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

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_c-api_index_71bbab73.png
og:image:altThis manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to Extending and Embedding the Python Interpreter, which describes...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
1. Embedding Python in Another Applicationhttps://docs.python.org/3/extending/embedding.html
Introductionhttps://docs.python.org/3/c-api/intro.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/index.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/intro.html
previoushttps://docs.python.org/3/extending/embedding.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/int.html
https://docs.python.org/3/c-api/int.html#python-c-api-reference-manual
Extending and Embedding the Python Interpreterhttps://docs.python.org/3/extending/index.html#extending-index
Introductionhttps://docs.python.org/3/c-api/intro.html
Language version compatibilityhttps://docs.python.org/3/c-api/intro.html#language-version-compatibility
Coding standardshttps://docs.python.org/3/c-api/intro.html#coding-standards
Include Fileshttps://docs.python.org/3/c-api/intro.html#include-files
Useful macroshttps://docs.python.org/3/c-api/intro.html#useful-macros
Objects, Types and Reference Countshttps://docs.python.org/3/c-api/intro.html#objects-types-and-reference-counts
Exceptionshttps://docs.python.org/3/c-api/intro.html#exceptions
Embedding Pythonhttps://docs.python.org/3/c-api/intro.html#embedding-python
Debugging Buildshttps://docs.python.org/3/c-api/intro.html#debugging-builds
Recommended third party toolshttps://docs.python.org/3/c-api/intro.html#recommended-third-party-tools
C API Stabilityhttps://docs.python.org/3/c-api/stable.html
Unstable C APIhttps://docs.python.org/3/c-api/stable.html#unstable-c-api
Stable Application Binary Interfacehttps://docs.python.org/3/c-api/stable.html#stable-application-binary-interface
Platform Considerationshttps://docs.python.org/3/c-api/stable.html#platform-considerations
Contents of Limited APIhttps://docs.python.org/3/c-api/stable.html#contents-of-limited-api
The Very High Level Layerhttps://docs.python.org/3/c-api/veryhigh.html
Available start symbolshttps://docs.python.org/3/c-api/veryhigh.html#available-start-symbols
Stack Effectshttps://docs.python.org/3/c-api/veryhigh.html#stack-effects
Reference Countinghttps://docs.python.org/3/c-api/refcounting.html
Exception Handlinghttps://docs.python.org/3/c-api/exceptions.html
Printing and clearinghttps://docs.python.org/3/c-api/exceptions.html#printing-and-clearing
Raising exceptionshttps://docs.python.org/3/c-api/exceptions.html#raising-exceptions
Issuing warningshttps://docs.python.org/3/c-api/exceptions.html#issuing-warnings
Querying the error indicatorhttps://docs.python.org/3/c-api/exceptions.html#querying-the-error-indicator
Signal Handlinghttps://docs.python.org/3/c-api/exceptions.html#signal-handling
Exception Classeshttps://docs.python.org/3/c-api/exceptions.html#exception-classes
Exception Objectshttps://docs.python.org/3/c-api/exceptions.html#exception-objects
Unicode Exception Objectshttps://docs.python.org/3/c-api/exceptions.html#unicode-exception-objects
Recursion Controlhttps://docs.python.org/3/c-api/exceptions.html#recursion-control
Exception and warning typeshttps://docs.python.org/3/c-api/exceptions.html#exception-and-warning-types
Tracebackshttps://docs.python.org/3/c-api/exceptions.html#tracebacks
Defining extension moduleshttps://docs.python.org/3/c-api/extension-modules.html
Multiple module instanceshttps://docs.python.org/3/c-api/extension-modules.html#multiple-module-instances
Initialization functionhttps://docs.python.org/3/c-api/extension-modules.html#initialization-function
Multi-phase initializationhttps://docs.python.org/3/c-api/extension-modules.html#multi-phase-initialization
Legacy single-phase initializationhttps://docs.python.org/3/c-api/extension-modules.html#legacy-single-phase-initialization
Utilitieshttps://docs.python.org/3/c-api/utilities.html
Operating System Utilitieshttps://docs.python.org/3/c-api/sys.html
System Functionshttps://docs.python.org/3/c-api/sys.html#system-functions
Process Controlhttps://docs.python.org/3/c-api/sys.html#process-control
Importing Moduleshttps://docs.python.org/3/c-api/import.html
Data marshalling supporthttps://docs.python.org/3/c-api/marshal.html
Parsing arguments and building valueshttps://docs.python.org/3/c-api/arg.html
String conversion and formattinghttps://docs.python.org/3/c-api/conversion.html
Character classification and conversionhttps://docs.python.org/3/c-api/conversion.html#character-classification-and-conversion
PyHash APIhttps://docs.python.org/3/c-api/hash.html
Reflectionhttps://docs.python.org/3/c-api/reflection.html
Codec registry and support functionshttps://docs.python.org/3/c-api/codec.html
PyTime C APIhttps://docs.python.org/3/c-api/time.html
Support for Perf Mapshttps://docs.python.org/3/c-api/perfmaps.html
Abstract Objects Layerhttps://docs.python.org/3/c-api/abstract.html
Object Protocolhttps://docs.python.org/3/c-api/object.html
Call Protocolhttps://docs.python.org/3/c-api/call.html
Number Protocolhttps://docs.python.org/3/c-api/number.html
Sequence Protocolhttps://docs.python.org/3/c-api/sequence.html
Mapping Protocolhttps://docs.python.org/3/c-api/mapping.html
Iterator Protocolhttps://docs.python.org/3/c-api/iter.html
Buffer Protocolhttps://docs.python.org/3/c-api/buffer.html
Concrete Objects Layerhttps://docs.python.org/3/c-api/concrete.html
Fundamental Objectshttps://docs.python.org/3/c-api/concrete.html#fundamental-objects
Numeric Objectshttps://docs.python.org/3/c-api/concrete.html#numeric-objects
Sequence Objectshttps://docs.python.org/3/c-api/concrete.html#sequence-objects
Container Objectshttps://docs.python.org/3/c-api/concrete.html#container-objects
Function Objectshttps://docs.python.org/3/c-api/concrete.html#function-objects
Other Objectshttps://docs.python.org/3/c-api/concrete.html#other-objects
C API for extension moduleshttps://docs.python.org/3/c-api/concrete.html#c-api-for-extension-modules
Initialization, Finalization, and Threadshttps://docs.python.org/3/c-api/init.html
Before Python Initializationhttps://docs.python.org/3/c-api/init.html#before-python-initialization
Global configuration variableshttps://docs.python.org/3/c-api/init.html#global-configuration-variables
Initializing and finalizing the interpreterhttps://docs.python.org/3/c-api/init.html#initializing-and-finalizing-the-interpreter
Process-wide parametershttps://docs.python.org/3/c-api/init.html#process-wide-parameters
Thread State and the Global Interpreter Lockhttps://docs.python.org/3/c-api/init.html#thread-state-and-the-global-interpreter-lock
Sub-interpreter supporthttps://docs.python.org/3/c-api/init.html#sub-interpreter-support
Asynchronous Notificationshttps://docs.python.org/3/c-api/init.html#asynchronous-notifications
Profiling and Tracinghttps://docs.python.org/3/c-api/init.html#profiling-and-tracing
Reference tracinghttps://docs.python.org/3/c-api/init.html#reference-tracing
Advanced Debugger Supporthttps://docs.python.org/3/c-api/init.html#advanced-debugger-support
Thread Local Storage Supporthttps://docs.python.org/3/c-api/init.html#thread-local-storage-support
Synchronization Primitiveshttps://docs.python.org/3/c-api/init.html#synchronization-primitives
Operating System Thread APIshttps://docs.python.org/3/c-api/init.html#operating-system-thread-apis
Python Initialization Configurationhttps://docs.python.org/3/c-api/init_config.html
PyInitConfig C APIhttps://docs.python.org/3/c-api/init_config.html#pyinitconfig-c-api
Configuration Optionshttps://docs.python.org/3/c-api/init_config.html#configuration-options
Runtime Python configuration APIhttps://docs.python.org/3/c-api/init_config.html#runtime-python-configuration-api
PyConfig C APIhttps://docs.python.org/3/c-api/init_config.html#pyconfig-c-api
Py_GetArgcArgv()https://docs.python.org/3/c-api/init_config.html#py-getargcargv
Delaying main module executionhttps://docs.python.org/3/c-api/init_config.html#delaying-main-module-execution
Memory Managementhttps://docs.python.org/3/c-api/memory.html
Overviewhttps://docs.python.org/3/c-api/memory.html#overview
Allocator Domainshttps://docs.python.org/3/c-api/memory.html#allocator-domains
Raw Memory Interfacehttps://docs.python.org/3/c-api/memory.html#raw-memory-interface
Memory Interfacehttps://docs.python.org/3/c-api/memory.html#memory-interface
Object allocatorshttps://docs.python.org/3/c-api/memory.html#object-allocators
Default Memory Allocatorshttps://docs.python.org/3/c-api/memory.html#default-memory-allocators
Customize Memory Allocatorshttps://docs.python.org/3/c-api/memory.html#customize-memory-allocators
Debug hooks on the Python memory allocatorshttps://docs.python.org/3/c-api/memory.html#debug-hooks-on-the-python-memory-allocators
The pymalloc allocatorhttps://docs.python.org/3/c-api/memory.html#the-pymalloc-allocator
The mimalloc allocatorhttps://docs.python.org/3/c-api/memory.html#the-mimalloc-allocator
tracemalloc C APIhttps://docs.python.org/3/c-api/memory.html#tracemalloc-c-api
Exampleshttps://docs.python.org/3/c-api/memory.html#examples
Object Implementation Supporthttps://docs.python.org/3/c-api/objimpl.html
Allocating Objects on the Heaphttps://docs.python.org/3/c-api/allocation.html
Object Life Cyclehttps://docs.python.org/3/c-api/lifecycle.html
Common Object Structureshttps://docs.python.org/3/c-api/structures.html
Type Object Structureshttps://docs.python.org/3/c-api/typeobj.html
Supporting Cyclic Garbage Collectionhttps://docs.python.org/3/c-api/gcsupport.html
API and ABI Versioninghttps://docs.python.org/3/c-api/apiabiversion.html
Build-time version constantshttps://docs.python.org/3/c-api/apiabiversion.html#build-time-version-constants
Run-time versionhttps://docs.python.org/3/c-api/apiabiversion.html#run-time-version
Bit-packing macroshttps://docs.python.org/3/c-api/apiabiversion.html#bit-packing-macros
Monitoring C APIhttps://docs.python.org/3/c-api/monitoring.html
Generating Execution Eventshttps://docs.python.org/3/c-api/monitoring.html#generating-execution-events
Managing the Monitoring Statehttps://docs.python.org/3/c-api/monitoring.html#managing-the-monitoring-state
1. Embedding Python in Another Applicationhttps://docs.python.org/3/extending/embedding.html
Introductionhttps://docs.python.org/3/c-api/intro.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/index.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/intro.html
previoushttps://docs.python.org/3/extending/embedding.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/int.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.