Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dis.findlabels() should accept a code object #84350

Open
laike9m mannequin opened this issue Apr 3, 2020 · 1 comment
Open

dis.findlabels() should accept a code object #84350

laike9m mannequin opened this issue Apr 3, 2020 · 1 comment
Labels
3.9 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@laike9m
Copy link
Mannequin

laike9m mannequin commented Apr 3, 2020

BPO 40169
Nosy @serhiy-storchaka, @laike9m
PRs
  • bpo-40169: Make dis.findlabels() accept a code object #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']

    @laike9m
    Copy link
    Mannequin Author

    laike9m mannequin commented Apr 3, 2020

    Continuing our discussion in https://bugs.python.org/issue40122.

    I would like to make dis.findlabels() accept a code object just like other APIs in the dis module. Also this can be a good chance to add tests for it.

    @laike9m laike9m mannequin added type-feature A feature request or enhancement 3.9 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error and removed type-feature A feature request or enhancement labels Apr 3, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants