Dukungan Implementasi Objek
***************************

Bab ini menjelaskan fungsi, tipe, dan makro yang digunakan saat
menentukan tipe objek baru.

* Mengalokasikan objek kedalam struktur data (heap)

* Struktur Objek Umum

  * 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

  * Referensi Cepat

    * "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

  * Contoh-contoh

* Supporting Cyclic Garbage Collection

  * Controlling the Garbage Collector State

  * Querying Garbage Collector State
