工具
****

本章中的函数执行各种实用工具任务，包括帮助 C 代码提升跨平台可移植性，
在 C 中使用 Python 模块，以及解析函数参数并根据 C 中的值构建 Python 中
的值等等。

* Operating System Utilities

* System Functions

* Process Control

* Importing Modules

* Data marshalling support

* 语句解释及变量编译

* 字符串转换与格式化

* Reflection

* Codec registry and support functions

  * Codec lookup API

  * Registry API for Unicode encoding error handlers
