Stéphane Wirtel | cbb6484 | 2019-05-17 11:55:34 +0200 | [diff] [blame] | 1 | .. highlight:: c |
Georg Brandl | 54a3faa | 2008-01-20 09:30:57 +0000 | [diff] [blame] | 2 | |
3 | .. _newtypes: | ||||
4 | |||||
5 | ***************************** | ||||
6 | Object Implementation Support | ||||
7 | ***************************** | ||||
8 | |||||
9 | This chapter describes the functions, types, and macros used when defining new | ||||
10 | object types. | ||||
11 | |||||
12 | .. toctree:: | ||||
13 | |||||
14 | allocation.rst | ||||
15 | structures.rst | ||||
16 | typeobj.rst | ||||
17 | gcsupport.rst |