Guarantee that divmod() and PyNumber_Divmod() return a 2-tuple
オープン
まだ誰も着手していません。
3.8 (EOL)
interpreter-core
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 34676 |
|---|---|
| Nosy | @rhettinger, @mdickinson, @zware, @serhiy-storchaka, @pganssle, @tirkarthi |
| PRs | |
| Dependencies |
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 2018-09-14.10:13:50.305>
labels = ['interpreter-core', 'type-feature', '3.8']
title = 'Guarantee that divmod() and PyNumber_Divmod() return a 2-tuple'
updated_at = <Date 2018-09-17.19:55:24.197>
user = 'https://github.com/serhiy-storchaka'
bugs.python.org fields:
activity = <Date 2018-09-17.19:55:24.197>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2018-09-14.10:13:50.305>
creator = 'serhiy.storchaka'
dependencies = ['34716']
files = []
hgrepos = []
issue_num = 34676
keywords = ['patch']
message_count = 6.0
messages = ['325341', '325361', '325364', '325398', '325423', '325543']
nosy_count = 6.0
nosy_names = ['rhettinger', 'mark.dickinson', 'zach.ware', 'serhiy.storchaka', 'p-ganssle', 'xtreak']
pr_nums = ['9301']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue34676'
versions = ['Python 3.8']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず PR #9301 と BPO issue 34676 を確認し、その後、既存の divmod() と PyNumber_Divmod() の動作を調査してください。bpo-34716 への依存関係を考慮し、作業完了時に両方の名前付き API が一貫して 2 タプルを返すことを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- api, backend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100