diff options
| author | Georg Brandl <georg@python.org> | 2008-01-19 22:08:21 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-01-19 22:08:21 (GMT) |
| commit | f6842722df69a40e841c045d42a538bb5d6bbbf6 (patch) | |
| tree | 2b8bb1b6bb5908ed66ed72f7c84de0a34ddc7542 /Doc/c-api/objimpl.rst | |
| parent | 8b506e7a2d4e8cb6ffd6b7f2845e45aa92daa4d4 (diff) | |
| download | cpython-f6842722df69a40e841c045d42a538bb5d6bbbf6.zip cpython-f6842722df69a40e841c045d42a538bb5d6bbbf6.tar.gz cpython-f6842722df69a40e841c045d42a538bb5d6bbbf6.tar.bz2 | |
Split the monstrous C API manual files in smaller parts.
Diffstat (limited to 'Doc/c-api/objimpl.rst')
| -rw-r--r-- | Doc/c-api/objimpl.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Doc/c-api/objimpl.rst b/Doc/c-api/objimpl.rst new file mode 100644 index 0000000..b335188 --- /dev/null +++ b/Doc/c-api/objimpl.rst @@ -0,0 +1,18 @@ +.. 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 |
