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

  * Deprecated aliases

* Common Object Structures

  * Base object types and macros

  * Implementing functions and methods

  * Accessing attributes of extension types

    * Member flags

    * Member types

    * Defining Getters and Setters

* Type Object Structures

  * 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

  * Querying Garbage Collector State
