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

* Objek Tipe

  * Referensi Cepat

    * "tp slots"

    * sub-slots

    * slot typedefs

  * PyTypeObject Definition

  * PyObject Slots

  * PyVarObject Slots

  * PyTypeObject Slots

  * 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
