Back to Cpython

Object Implementation Support

Doc/c-api/objimpl.rst

3.15.0a8316 B
Original Source

.. 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