blob: 7023e519eda7b3e6ca5db388b66ce970f76a63bc [file] [log] [blame]
Georg Brandl54a3faa2008-01-20 09:30:57 +00001.. highlightlang:: c
2
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