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

Detected unused variables in import.c and HAVE_DYNAMIC_LOADING=False with --with-address-sanitizer #80543

Closed
matrixise opened this issue Mar 19, 2019 · 3 comments
Labels
3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@matrixise
Copy link
Member

BPO 36362
Nosy @brettcannon, @matrixise, @miss-islington
PRs
  • bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined #12430
  • 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-03-19.23:37:54.014>
    created_at = <Date 2019-03-19.10:03:47.042>
    labels = ['interpreter-core', '3.8']
    title = 'Detected unused variables in import.c and HAVE_DYNAMIC_LOADING=False with --with-address-sanitizer'
    updated_at = <Date 2019-03-19.23:37:54.011>
    user = 'https://github.com/matrixise'

    bugs.python.org fields:

    activity = <Date 2019-03-19.23:37:54.011>
    actor = 'brett.cannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-03-19.23:37:54.014>
    closer = 'brett.cannon'
    components = ['Interpreter Core']
    creation = <Date 2019-03-19.10:03:47.042>
    creator = 'matrixise'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36362
    keywords = ['patch']
    message_count = 3.0
    messages = ['338337', '338420', '338421']
    nosy_count = 3.0
    nosy_names = ['brett.cannon', 'matrixise', 'miss-islington']
    pr_nums = ['12430']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue36362'
    versions = ['Python 3.8']

    @matrixise
    Copy link
    Member Author

    I am going to publish my PR.

    @matrixise matrixise added 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Mar 19, 2019
    @matrixise matrixise changed the title Detected unused variables with --with-address-sanitizer Detected unused variables in import.c and HAVE_DYNAMIC_LOADING=False with --with-address-sanitizer Mar 19, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 0d765e3 by Miss Islington (bot) (Stéphane Wirtel) in branch 'master':
    bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (GH-12430)
    0d765e3

    @brettcannon
    Copy link
    Member

    Thanks!

    @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 interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants