mirror of
https://github.com/python/cpython
synced 2024-11-02 08:22:14 +00:00
17 lines
304 B
ReStructuredText
17 lines
304 B
ReStructuredText
.. 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
|