blob: b335188983143abe58a889450ee08b0c23bb5c50 [file] [log] [blame]
Georg Brandlf6842722008-01-19 22:08:21 +00001.. highlightlang:: c
2
3
4.. _newtypes:
5
6*****************************
7Object Implementation Support
8*****************************
9
10This chapter describes the functions, types, and macros used when defining new
11object types.
12
13.. toctree::
14
15 allocation.rst
16 structures.rst
17 typeobj.rst
18 gcsupport.rst