Document that PyErr_SetInterrupt is async-signal-safe
未關閉
還沒有人認領這個 Issue。
3.11
3.12
3.13
docs
topic-C-API
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 558
描述
| BPO | 43256 |
|---|---|
| Nosy | @pitrou, @vstinner, @pablogsal |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2021-02-18.14:31:32.964>
labels = ['type-bug', '3.8', '3.9', '3.10', 'expert-C-API', 'docs']
title = 'Document that PyErr_SetInterrupt is async-signal-safe'
updated_at = <Date 2021-02-18.14:31:32.964>
user = 'https://github.com/pitrou'
bugs.python.org fields:
activity = <Date 2021-02-18.14:31:32.964>
actor = 'pitrou'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'C API']
creation = <Date 2021-02-18.14:31:32.964>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 43256
keywords = []
message_count = 1.0
messages = ['387234']
nosy_count = 4.0
nosy_names = ['pitrou', 'vstinner', 'docs@python', 'pablogsal']
pr_nums = []
priority = 'low'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43256'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先找到 PyErr_SetInterrupt 的 C API 文件項目,並檢視其目前的描述及周圍的指引。記錄該函式是 async-signal-safe,然後確認產生的參考文字準確反映所要求的行為。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- c, python
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100