Issue #7042: Use a better mechanism for testing timers in test_signal.
[python.git] / Doc / c-api / objimpl.rst
blobb335188983143abe58a889450ee08b0c23bb5c50
1 .. highlightlang:: c
4 .. _newtypes:
6 *****************************
7 Object Implementation Support
8 *****************************
10 This chapter describes the functions, types, and macros used when defining new
11 object types.
13 .. toctree::
15    allocation.rst
16    structures.rst
17    typeobj.rst
18    gcsupport.rst