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

_PyLong_FormatAdvancedWriter has an unnecessary str #83984

Closed
petdance mannequin opened this issue Feb 29, 2020 · 2 comments
Closed

_PyLong_FormatAdvancedWriter has an unnecessary str #83984

petdance mannequin opened this issue Feb 29, 2020 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@petdance
Copy link
Mannequin

petdance mannequin commented Feb 29, 2020

BPO 39803
Nosy @benjaminp, @petdance
PRs
  • bpo-39803: Remove unused str from _PyLong_FormatAdvancedWriter #18709
  • 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 2020-03-01.21:26:46.474>
    created_at = <Date 2020-02-29.19:19:39.341>
    labels = ['interpreter-core']
    title = '_PyLong_FormatAdvancedWriter has an unnecessary str'
    updated_at = <Date 2020-03-01.21:26:46.471>
    user = 'https://github.com/petdance'

    bugs.python.org fields:

    activity = <Date 2020-03-01.21:26:46.471>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-03-01.21:26:46.474>
    closer = 'benjamin.peterson'
    components = ['Interpreter Core']
    creation = <Date 2020-02-29.19:19:39.341>
    creator = 'petdance'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39803
    keywords = ['patch']
    message_count = 2.0
    messages = ['363006', '363097']
    nosy_count = 2.0
    nosy_names = ['benjamin.peterson', 'petdance']
    pr_nums = ['18709']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue39803'
    versions = []

    @petdance
    Copy link
    Mannequin Author

    petdance mannequin commented Feb 29, 2020

    _PyLong_FormatAdvancedWriter has a PyObject *str that is never used. Remove it.

    @petdance petdance mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Feb 29, 2020
    @benjaminp
    Copy link
    Contributor

    New changeset 3fe9117 by Andy Lester in branch 'master':
    closes bpo-39803: Remove unused str from _PyLong_FormatAdvancedWriter. (GH-18709)
    3fe9117

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

    No branches or pull requests

    1 participant