29. Python运行时服务 29.1. sys — 系统相关的参数和函数 29.2.1. 配置变量29.2.3. 其他功能 29.3. builtins — 内建对象29.5. warnings —— 警告信息的控制 29.5.2. 警告过滤器 29.5.3. 暂时禁止警告29.5.5. Updating Code For New Versions of Python29.5.7. 可用的上下文管理器 29.8. atexit — 退出处理器 29.9. traceback — 打印或检索堆栈回溯 29.9.2. StackSummary Objects 29.10. __future__ — Future 语句定义29.12. inspect — 检查对象 29.12.2. Retrieving source code29.12.4. 类与函数29.12.6. Fetching attributes statically29.12.8. Code Objects Bit Flags 29.13. site —— 站点专属的配置钩子 29.13.2. 模块内容 29.14.2. Limitations and other considerations