inspect.getsourcefile and inspect.getcomments do not work with decorated functions
オープン
まだ誰も着手していません。
stdlib
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 34305 |
|---|---|
| Nosy | @1st1, @eric-wieser, @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-08-01.07:20:53.875>
labels = ['library']
title = 'inspect.getsourcefile and inspect.getcomments do not work with decorated functions'
updated_at = <Date 2020-03-12.09:29:43.433>
user = 'https://github.com/eric-wieser'
bugs.python.org fields:
activity = <Date 2020-03-12.09:29:43.433>
actor = 'Eric Wieser'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-08-01.07:20:53.875>
creator = 'Eric.Wieser'
dependencies = []
files = []
hgrepos = []
issue_num = 34305
keywords = ['patch']
message_count = 4.0
messages = ['322847', '324704', '363448', '364006']
nosy_count = 5.0
nosy_names = ['yselivanov', 'Eric.Wieser', 'rmccampbell7', 'xtreak', 'Eric Wieser']
pr_nums = ['8602']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue34305'
versions = []
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず inspect.getsourcefile と inspect.getcomments を調査し、装飾された関数をどのように扱うかに注目します。報告された動作を再現し、装飾されていない関数と比較します。完了の条件は、両方の関数が装飾された関数に対して正しく動作し、既存の inspect テストスイートが見つかった場合は、関連する動作がテストでカバーされていることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100