Allow to pass custom CFLAGS and LDFLAGS to the compilation of builtin extension modules
オープン
まだ誰も着手していません。
build
extension-modules
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 35.9k
- PR マージ指標
- PR 指標を取得中
説明
This gives redistributors more control over the compilation flags of the extension modules. This allows among other things to pass custom RPATH/RUNPATH values that point to the correct PLATDIR
Check https://github.com/python/cpython/pull/131781 for the discussion and rationale of why we decided to allow this
Linked PRs
- gh-131847
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、意図された理由と範囲を理解するために、PR 131781 にリンクされている議論と、リンクされている PR gh-131847 を読んでください。次に、CPython の builtin 拡張機能のコンパイルパスを特定してください; これらのモジュールに対してカスタムの CFLAGS と LDFLAGS を指定して使用できるようになれば完了です。RPATH/RUNPATH の値も含みます。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100