Add C API equivalent for `sys._is_gil_enabled()`
未關閉
還沒有人認領這個 Issue。
pending
topic-C-API
topic-free-threading
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
Feature or enhancement
Proposal:
sys._is_gil_enabled is documented as a CPython implementation detail - it would be good to have a C API to expose this in a stable way to C modules. Possibly, something like
int PyInterpreterState_IsGilEnabled(PyInterpreterState *interp)
We'd like to have a stable way to expose this information downstream, https://github.com/jpy-consortium/jpy/pull/218
Has this already been discussed elsewhere?
Links to previous discussion of this feature:
No response
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先閱讀現有的 sys._is_gil_enabled 文件,以及關於用於查詢 GIL 狀態之 C API 的相關討論。在決定已達成共識的 API 形式之前,檢視下游的 jpy pull request 與現有的穩定 C API 慣例;當 C 模組可使用有文件記載的穩定 C API 時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- c, python
- 領域
- api
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100