diff options
Diffstat (limited to 'Doc/c-api/objimpl.rst')
-rw-r--r-- | Doc/c-api/objimpl.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/c-api/objimpl.rst b/Doc/c-api/objimpl.rst new file mode 100644 index 0000000..7023e51 --- /dev/null +++ b/Doc/c-api/objimpl.rst @@ -0,0 +1,17 @@ +.. highlightlang:: c + +.. _newtypes: + +***************************** +Object Implementation Support +***************************** + +This chapter describes the functions, types, and macros used when defining new +object types. + +.. toctree:: + + allocation.rst + structures.rst + typeobj.rst + gcsupport.rst |