Implémentation d'objets
***********************

Ce chapitre décrit les fonctions, types, et macros utilisées pour
définir de nouveaux types d'objets.

* Allouer des objets dans le tas

* Common Object Structures

  * Base object types and macros

  * Implementing functions and methods

  * Accessing attributes of extension types

* Objets type

  * Quick Reference

    * "tp slots"

    * sub-slots

    * slot typedefs

  * PyTypeObject Definition

  * PyObject Slots

  * PyVarObject Slots

  * PyTypeObject Slots

  * Static Types

  * Heap Types

* Number Object Structures

* Mapping Object Structures

* Sequence Object Structures

* Buffer Object Structures

* Async Object Structures

* Slot Type typedefs

* Exemples

* Supporting Cyclic Garbage Collection

  * Controlling the Garbage Collector State
