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

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

* 在 heap 上分配物件

* 通用物件結構

  * Base object types and macros

  * Implementing functions and methods

  * Accessing attributes of extension types

* 型別物件

  * 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

* 範例

* Supporting Cyclic Garbage Collection

  * Controlling the Garbage Collector State
