inspect.getframeinfo() doesn't handle frames without lineno
未關閉
還沒有人認領這個 Issue。
interpreter-core
stdlib
triaged
type-bug
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
| BPO | 45563 |
|---|---|
| Nosy | @malemburg, @markshannon, @graingert, @lysnikolaou, @pablogsal |
| 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 2021-10-21.22:02:12.400>
labels = ['interpreter-core', 'library', '3.10']
title = "inspect.getframeinfo() doesn't handle frames without lineno"
updated_at = <Date 2022-03-22.10:52:45.856>
user = 'https://github.com/malemburg'
bugs.python.org fields:
activity = <Date 2022-03-22.10:52:45.856>
actor = 'Mark.Shannon'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core', 'Library (Lib)']
creation = <Date 2021-10-21.22:02:12.400>
creator = 'lemburg'
dependencies = []
files = []
hgrepos = []
issue_num = 45563
keywords = ['patch']
message_count = 11.0
messages = ['404674', '404745', '404763', '404765', '404800', '404802', '404808', '404830', '404835', '404861', '415758']
nosy_count = 5.0
nosy_names = ['lemburg', 'Mark.Shannon', 'graingert', 'lys.nikolaou', 'pablogsal']
pr_nums = ['32044']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue45563'
versions = ['Python 3.10']
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 inspect.getframeinfo() 進入點開始,調查它對沒有 lineno 的 frame 的行為。此 issue 引用了 Python 3.10 和 PR #32044;當回報的情況得到處理,且預期行為透過相關測試獲得確認時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- backend
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100