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

Move set fill/used updates out of set_insert_clean() #69815

Closed
rhettinger opened this issue Nov 15, 2015 · 2 comments
Closed

Move set fill/used updates out of set_insert_clean() #69815

rhettinger opened this issue Nov 15, 2015 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@rhettinger
Copy link
Contributor

BPO 25629
Nosy @rhettinger
Files
  • set_faster_resize2.diff: Move fill/used updates outside of the inner loop.
  • 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 2015-11-17.16:28:22.423>
    created_at = <Date 2015-11-15.20:17:47.319>
    labels = ['interpreter-core', 'type-feature']
    title = 'Move set fill/used updates out of set_insert_clean()'
    updated_at = <Date 2015-11-17.16:28:22.422>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2015-11-17.16:28:22.422>
    actor = 'rhettinger'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-11-17.16:28:22.423>
    closer = 'rhettinger'
    components = ['Interpreter Core']
    creation = <Date 2015-11-15.20:17:47.319>
    creator = 'rhettinger'
    dependencies = []
    files = ['41050']
    hgrepos = []
    issue_num = 25629
    keywords = ['patch']
    message_count = 2.0
    messages = ['254692', '254804']
    nosy_count = 2.0
    nosy_names = ['rhettinger', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'patch review'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue25629'
    versions = ['Python 3.6']

    @rhettinger
    Copy link
    Contributor Author

    Will need to update the comment block over set_insert_clean() as well.

    @rhettinger rhettinger added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels Nov 15, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Nov 17, 2015

    New changeset 23d0cae3f8a1 by Raymond Hettinger in branch 'default':
    Issue bpo-25629: Move set fill/used updates out of inner loop
    https://hg.python.org/cpython/rev/23d0cae3f8a1

    @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) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant