realpython / realpython/python-guide
Non-CPython support for C-extensions
还没有人认领这个 Issue。
- 主要语言
- Batchfile
- 星标
- 29.8k
- 派生
- 5.9k
- PR 合并指标
- 30 天内没有已合并 PR
描述
From https://github.com/realpython/python-guide/blob/master/docs/starting/which-python.rst#cpython :
If you are writing open-source Python code and want to reach the widest possible audience, targeting CPython is best. To use packages which rely on C extensions to function, CPython is your only implementation option.
PyPy now supports (some/all?) C extensions
http://doc.pypy.org/en/latest/extending.html
Jython supports C extensions through JyNI:
https://github.com/Stewori/JyNI
IronPython supports C extensions now?
https://ironpython-test.readthedocs.io/en/latest/extending/extending.html
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 docs/starting/which-python.rst 中的 CPython 部分开始,查看链接的 PyPy、JyNI 和 IronPython 扩展文档。确认每个实现当前对 C 扩展的支持范围,然后更新该表述,使其准确描述可用选项。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 半天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100