Provide an API to help debug super().__getattribute__ results
オープン
まだ誰も着手していません。
interpreter-core
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 26961 |
|---|---|
| Nosy | @rhettinger, @ncoghlan, @dhellmann, @serhiy-storchaka |
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 2016-05-05.01:43:34.413>
labels = []
title = 'Provide an API to help debug super().__getattribute__ results'
updated_at = <Date 2016-05-05.17:46:22.435>
user = 'https://github.com/ncoghlan'
bugs.python.org fields:
activity = <Date 2016-05-05.17:46:22.435>
actor = 'rhettinger'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2016-05-05.01:43:34.413>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 26961
keywords = []
message_count = 6.0
messages = ['264869', '264875', '264877', '264880', '264907', '264909']
nosy_count = 4.0
nosy_names = ['rhettinger', 'ncoghlan', 'doughellmann', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue26961'
versions = ['Python 3.6']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、移行された BPO issue 26961 とその 6 件のコメントを確認し、想定されているデバッグのユースケースを再構成します。payload にはソースファイル、エントリーポイント、テストのいずれも記載されていないため、まず合意された API 設計が必要です。完了とするには、その設計、実装、および super().getattribute の結果を示すテストが必要です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- developer-experience
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100