Issue #7042: Use a better mechanism for testing timers in test_signal.
[python.git] / Doc / c-api / utilities.rst
blob499a510c7a796c7ed9dfdb34a8ed772563fccc24
1 .. highlightlang:: c
4 .. _utilities:
6 *********
7 Utilities
8 *********
10 The functions in this chapter perform various utility tasks, ranging from
11 helping C code be more portable across platforms, using Python modules from C,
12 and parsing function arguments and constructing Python values from C values.
14 .. toctree::
16    sys.rst
17    import.rst
18    marshal.rst
19    arg.rst
20    conversion.rst
21    reflection.rst