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

inspect.getattr_static should avoid dynamic lookup #82207

Closed
methane opened this issue Sep 4, 2019 · 3 comments
Closed

inspect.getattr_static should avoid dynamic lookup #82207

methane opened this issue Sep 4, 2019 · 3 comments
Labels
3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir

Comments

@methane
Copy link
Member

methane commented Sep 4, 2019

BPO 38026
Nosy @methane, @miss-islington
PRs
  • bpo-38026: fix inspect.getattr_static #15676
  • [3.8] bpo-38026: fix inspect.getattr_static (GH-15676) #15692
  • 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 = <Date 2019-09-05.04:38:01.341>
    created_at = <Date 2019-09-04.11:27:21.507>
    labels = ['3.8', 'library', '3.9']
    title = 'inspect.getattr_static should avoid dynamic lookup'
    updated_at = <Date 2019-09-05.04:38:01.340>
    user = 'https://github.com/methane'

    bugs.python.org fields:

    activity = <Date 2019-09-05.04:38:01.340>
    actor = 'methane'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-09-05.04:38:01.341>
    closer = 'methane'
    components = ['Library (Lib)']
    creation = <Date 2019-09-04.11:27:21.507>
    creator = 'methane'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38026
    keywords = ['patch', '3.8regression']
    message_count = 3.0
    messages = ['351121', '351173', '351175']
    nosy_count = 2.0
    nosy_names = ['methane', 'miss-islington']
    pr_nums = ['15676', '15692']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38026'
    versions = ['Python 3.8', 'Python 3.9']

    @methane
    Copy link
    Member Author

    methane commented Sep 4, 2019

    Reported here: feaefc7

    I merged #49601 but it broke inspect.getattr_static behavior. It should be reverted.

    @methane methane added 3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir labels Sep 4, 2019
    @methane
    Copy link
    Member Author

    methane commented Sep 5, 2019

    New changeset 8f9cc87 by Inada Naoki in branch 'master':
    bpo-38026: fix inspect.getattr_static (GH-15676)
    8f9cc87

    @miss-islington
    Copy link
    Contributor

    New changeset bdcbb83 by Miss Islington (bot) in branch '3.8':
    bpo-38026: fix inspect.getattr_static (GH-15676)
    bdcbb83

    @methane methane closed this as completed Sep 5, 2019
    @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.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants