blob: 8bd8c107c98bdfc67b389b5ba1420aa8768fd9f4 [file] [log] [blame]
Stéphane Wirtelcbb64842019-05-17 11:55:34 +02001.. highlight:: c
Georg Brandl54a3faa2008-01-20 09:30:57 +00002
3.. _newtypes:
4
5*****************************
6Object Implementation Support
7*****************************
8
9This chapter describes the functions, types, and macros used when defining new
10object types.
11
12.. toctree::
13
14 allocation.rst
15 structures.rst
16 typeobj.rst
17 gcsupport.rst