- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/douban/greenify
软件介绍
Greenify 可以让 Python 扩展模块通过在 C 代码中进行网络操作使之与 gevent 兼容。Greenify 使用动态功能重定向技术,就像 ELF-Hook 那样在运行时进行修补阻塞网络操作,而不需要修改原始模块。目前 Greenify 只支持 ELF 格式模块,并且正在 Linux 上测试。
Dive Into Python 3
Mark Pilgrim / Apress / 2009-11-6 / USD 44.99
Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter......一起来看看 《Dive Into Python 3》 这本书的介绍吧!
