Staging
v0.5.1
https://github.com/python/cpython
Revision 18623825d25b0f8f3b4bf96c1d5c4c2977a94004 authored by Jesse Noller on 18 June 2008, 13:29:52 UTC, committed by Jesse Noller on 18 June 2008, 13:29:52 UTC
1 parent 5da652e
Raw File
Tip revision: 18623825d25b0f8f3b4bf96c1d5c4c2977a94004 authored by Jesse Noller on 18 June 2008, 13:29:52 UTC
Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite
Tip revision: 1862382
utilities.rst
.. highlightlang:: c


.. _utilities:

*********
Utilities
*********

The functions in this chapter perform various utility tasks, ranging from
helping C code be more portable across platforms, using Python modules from C,
and parsing function arguments and constructing Python values from C values.

.. toctree::

   sys.rst
   import.rst
   marshal.rst
   arg.rst
   conversion.rst
   reflection.rst
back to top