Object Implementation Support
*****************************

This chapter describes the functions, types, and macros used when
defining new object types.

* Przydzielanie obiektów na stercie

* Wspólne struktury obiektów

  * Base object types and macros

  * Implementing functions and methods

  * Accessing attributes of extension types

* Type Objects

  * Szybkie odniesienie

    * „gniazda tp”

    * sub-slots

    * definicje typów gniazd

  * Definicja obiektu PyTypeObject

  * Sloty PyObject

  * Sloty PyVarObject

  * Sloty PyTypeObject

  * Static Types

  * Heap Types

* Number Object Structures

* Mapping Object Structures

* Sequence Object Structures

* Buffer Object Structures

* Async Object Structures

* Slot Type typedefs

* Przykłady

* Supporting Cyclic Garbage Collection

  * Controlling the Garbage Collector State
