python / python/cpython

`dis.findlabels()` should accept a code object

未關閉
#84,350 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

3.9 (EOL) stdlib type-feature
主要語言
Python
星號
77.2k
分支
36k
PR 合併指標
PR 指標待擷取

描述

BPO 40169
Nosy @serhiy-storchaka, @laike9m
PRs
  • python/cpython#19356
  • 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 2020-04-03.08:50:08.184>
    labels = ['type-bug', 'library', '3.9']
    title = '`dis.findlabels()` should accept a code object'
    updated_at = <Date 2020-04-04.07:26:38.941>
    user = 'https://github.com/laike9m'
    

    bugs.python.org fields:

    activity = <Date 2020-04-04.07:26:38.941>
    actor = 'laike9m'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2020-04-03.08:50:08.184>
    creator = 'laike9m'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40169
    keywords = ['patch']
    message_count = 1.0
    messages = ['365684']
    nosy_count = 2.0
    nosy_names = ['serhiy.storchaka', 'laike9m']
    pr_nums = ['19356']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue40169'
    versions = ['Python 3.9']
    

    貢獻指南

    開啟貢獻指南

    從這裡開始

    1. 先讀完整個 Issue,再讀專案的貢獻指南。
    2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
    3. Fork 儲存庫,在一個分支上完成修改。
    4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

    研究方向

    從 dis.findlabels 入口點開始,檢視 issue 中列出的現有 pull request python/cpython#19356。完成條件是 dis.findlabels 接受 code object 作為輸入,同時保留其對其他受支援輸入的現有行為。

    由索引模型根據 Issue 內容生成。

    評估

    技術堆疊
    python
    領域
    tooling
    Issue 類型
    缺陷
    難度
    2/5
    預估耗時
    1-3 小時
    活躍度
    停滯
    描述清晰度
    基本清楚
    新手友好度
    20/100

    把新 issue 寄到你的電子郵件信箱

    精選適合新手參與的 GitHub issue 摘要。