mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Split the monstrous C API manual files in smaller parts.
This commit is contained in:
parent
8b506e7a2d
commit
f6842722df
41 changed files with 5118 additions and 5068 deletions
18
Doc/c-api/objimpl.rst
Normal file
18
Doc/c-api/objimpl.rst
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue