repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Issue #5262: Improved fix.
[python.git]
/
Doc
/
c-api
/
objimpl.rst
blob
b335188983143abe58a889450ee08b0c23bb5c50
1
.. highlightlang:: c
2
3
4
.. _newtypes:
5
6
*****************************
7
Object Implementation Support
8
*****************************
9
10
This chapter describes the functions, types, and macros used when defining new
11
object types.
12
13
.. toctree::
14
15
allocation.rst
16
structures.rst
17
typeobj.rst
18
gcsupport.rst