Make the repr of lambda contain signature and body expression.
オープン
まだ誰も着手していません。
3.8 (EOL)
interpreter-core
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 34856 |
|---|---|
| Nosy | @gvanrossum, @rhettinger, @terryjreedy, @serhiy-storchaka, @tirkarthi |
| 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 2018-09-30.18:14:23.113>
labels = ['interpreter-core', 'type-feature', '3.8']
title = 'Make the repr of lambda contain signature and body expression.'
updated_at = <Date 2018-10-22.19:26:54.089>
user = 'https://github.com/serhiy-storchaka'
bugs.python.org fields:
activity = <Date 2018-10-22.19:26:54.089>
actor = 'terry.reedy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2018-09-30.18:14:23.113>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 34856
keywords = ['patch']
message_count = 8.0
messages = ['326738', '326747', '327179', '327181', '327183', '327202', '327205', '328271']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'rhettinger', 'terry.reedy', 'serhiy.storchaka', 'xtreak']
pr_nums = ['9647']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue34856'
versions = ['Python 3.8']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
既存の pull request python/cpython#9647 と、この issue からリンクされている議論を確認することから始めてください。提案された lambda repr にシグネチャと本体の式がどのように含まれているかを確認し、その後、pull request が要求された動作に完全に対応しているかを検証してください。完了とは、変更が完成し、関連するインタープリターのテストによって検証されていることを意味します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- compilers
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 20/100