Python/C API Podręcznik¶
Ten podręcznik dokumentuje API używany przez programistów C i C++, którzy chcą napisać rozszerzenie moduł lub osadzić Pythona. Jest to dodatek do Rozszerzony i wbudowany interpreter Python, który opisuje ogólne zasady pisania rozszerzeń, ale nie dokumentuje szczegółowo API .
- Wprowadzenie
- C API Stability
- The Very High Level Layer
- Reference Counting
- Obsługa sytuacji wyjątkowych
- Utilities
- Warstwa obiektów abstrakcyjnych
- Concrete Objects Layer
- Initialization, Finalization, and Threads
- Before Python Initialization
- Global configuration variables
- Initializing and finalizing the interpreter
- Process-wide parameters
- Thread State and the Global Interpreter Lock
- Sub-interpreter support
- Asynchronous Notifications
- Profiling and Tracing
- Advanced Debugger Support
- Thread Local Storage Support
- Python Initialization Configuration
- Zarządzanie Pamięcią
- Object Implementation Support
- API i wersjonowanie ABI