Replace PyEval_GetFuncName/PyEval_GetFuncDesc
オープン
まだ誰も着手していません。
interpreter-core
topic-C-API
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 37645 |
|---|---|
| Nosy | @vstinner, @encukou, @rlamy, @jdemeyer, @miss-islington |
| PRs |
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 2019-07-21.17:46:15.048>
labels = ['interpreter-core', '3.9']
title = 'Replace PyEval_GetFuncName/PyEval_GetFuncDesc'
updated_at = <Date 2019-11-06.14:27:20.317>
user = 'https://github.com/jdemeyer'
bugs.python.org fields:
activity = <Date 2019-11-06.14:27:20.317>
actor = 'petr.viktorin'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2019-07-21.17:46:15.048>
creator = 'jdemeyer'
dependencies = []
files = []
hgrepos = []
issue_num = 37645
keywords = ['patch']
message_count = 13.0
messages = ['348255', '348257', '349007', '349690', '349691', '349807', '349903', '349904', '351946', '352019', '352028', '356045', '356134']
nosy_count = 5.0
nosy_names = ['vstinner', 'petr.viktorin', 'Ronan.Lamy', 'jdemeyer', 'miss-islington']
pr_nums = ['14890', '15295']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue37645'
versions = ['Python 3.9']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず issue の履歴と参照されている PR #14890 および #15295 を確認し、その後 PyEval_GetFuncName と PyEval_GetFuncDesc の使用箇所を調べてください。issue にはファイルやテストの指定はありません。既存のパッチ作業で合意されたとおりにこれらの API を置き換えれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- compilers
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100