mirror of https://github.com/python/cpython.git
19 lines
317 B
ReStructuredText
19 lines
317 B
ReStructuredText
.. highlight:: c
|
|
|
|
.. _newtypes:
|
|
|
|
*****************************
|
|
Object Implementation Support
|
|
*****************************
|
|
|
|
This chapter describes the functions, types, and macros used when defining new
|
|
object types.
|
|
|
|
.. toctree::
|
|
|
|
allocation.rst
|
|
lifecycle.rst
|
|
structures.rst
|
|
typeobj.rst
|
|
gcsupport.rst
|