mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Split C API docs in Py3k branch.
This commit is contained in:
parent
135bf209ac
commit
54a3faae08
45 changed files with 7290 additions and 5379 deletions
17
Doc/c-api/objimpl.rst
Normal file
17
Doc/c-api/objimpl.rst
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue