realpython / realpython/python-guide
Non-CPython support for C-extensions
まだ誰も着手していません。
- 主要言語
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
docs/starting/which-python.rst の CPython セクションから始め、リンクされている PyPy、JyNI、IronPython の拡張機能のドキュメントを確認します。各実装における C 拡張の現在のサポート範囲を確認し、そのうえで利用可能なオプションを正確に説明するよう記述を更新します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 半日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100