Skip to content

Latest commit

 

History

History
180 lines (115 loc) · 6.36 KB

sys.rst

File metadata and controls

180 lines (115 loc) · 6.36 KB

c

操作系统实用程序

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