Python/C API Reference Manual
*****************************

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
Rozszerzony i wbudowany interpreter Python, which describes the
general principles of extension writing but does not document the API
functions in detail.

* Wprowadzenie

  * Standardy kodowania

  * Pliki Włączania - z ang. Include

  * Useful macros

  * Przedmioty, ich Rodzaje i Liczby Odwołań

  * Wyjątki

  * Załączanie programu interpretującego język pytonowski

  * Odpluskwiające Budowy

* C API Stability

  * Stable Application Binary Interface

  * Platform Considerations

  * Contents of Limited API

* The Very High Level Layer

* Reference Counting

* Obsługa sytuacji wyjątkowych

  * Printing and clearing

  * Raising exceptions

  * Issuing warnings

  * Querying the error indicator

  * Signal Handling

  * Exception Classes

  * Przedmioty Sytuacji Wyjątkowych

  * Unicode Exception Objects

  * Kontrola Rekursji

  * Sztandarowe Sytuacje Wyjątkowe

  * Standard Warning Categories

* Utilities

  * Operating System Utilities

  * System Functions

  * Process Control

  * Importing Modules

  * Data marshalling support

  * Pobieranie kolejnych rzeczy podanych na wejściu i konstruowanie
    wartości.

  * String conversion and formatting

  * PyHash API

  * Reflection

  * Codec registry and support functions

* Warstwa obiektów abstrakcyjnych

  * Object Protocol

  * Call Protocol

  * Number Protocol

  * Sequence Protocol

  * Mapping Protocol

  * Iterator Protocol

  * Buffer Protocol

  * Old Buffer Protocol

* Concrete Objects Layer

  * Fundamental Objects

  * Numeric Objects

  * Sequence Objects

  * Container Objects

  * Obiekty Funkcja

  * Other Objects

* 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

  * Example

  * PyWideStringList

  * PyStatus

  * PyPreConfig

  * Preinitialize Python with PyPreConfig

  * PyConfig

  * Initialization with PyConfig

  * Isolated Configuration

  * Python Configuration

  * Python Path Configuration

  * Py_RunMain()

  * Py_GetArgcArgv()

  * Multi-Phase Initialization Private Provisional API

* Zarządzanie Pamięcią

  * Skorowidz

  * Allocator Domains

  * Raw Memory Interface

  * Sprzęg Pamięci

  * Object allocators

  * Default Memory Allocators

  * Customize Memory Allocators

  * Debug hooks on the Python memory allocators

  * The pymalloc allocator

  * tracemalloc C API

  * Przykłady

* Object Implementation Support

  * Przydzielanie obiektów na stercie

  * Wspólne struktury obiektów

  * Type Objects

  * Number Object Structures

  * Mapping Object Structures

  * Sequence Object Structures

  * Buffer Object Structures

  * Async Object Structures

  * Slot Type typedefs

  * Przykłady

  * Supporting Cyclic Garbage Collection

* API i wersjonowanie ABI
