Operating System Utilities

System Functions

These are utility functions that make functionality from the sys module accessible to C code. They all work with the current interpreter thread’s sys module’s dict, which is contained in the internal thread state structure.

Process Control

Table Of Contents

Previous topic

Utilities

Next topic

Importing Modules

This Page