1 .. highlightlang:: c 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 18