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

Convert _collections._count_elements() to the Argument Clinic #81346

Closed
rhettinger opened this issue Jun 5, 2019 · 3 comments
Closed

Convert _collections._count_elements() to the Argument Clinic #81346

rhettinger opened this issue Jun 5, 2019 · 3 comments
Labels
3.8 only security fixes 3.9 only security fixes performance Performance or resource usage stdlib Python modules in the Lib dir

Comments

@rhettinger
Copy link
Contributor

BPO 37165
Nosy @rhettinger, @miss-islington
PRs
  • bpo-37165: Convert _count_elements to the argument clinic #13848
  • [3.8] bpo-37165: Convert _count_elements to the argument clinic (GH-13848) #13853
  • 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-06-06.16:02:23.785>
    created_at = <Date 2019-06-05.18:45:07.175>
    labels = ['3.8', 'library', '3.9', 'performance']
    title = 'Convert _collections._count_elements() to the Argument Clinic'
    updated_at = <Date 2019-06-06.16:02:23.784>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2019-06-06.16:02:23.784>
    actor = 'rhettinger'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-06.16:02:23.785>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2019-06-05.18:45:07.175>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37165
    keywords = ['patch']
    message_count = 3.0
    messages = ['344759', '344778', '344780']
    nosy_count = 2.0
    nosy_names = ['rhettinger', 'miss-islington']
    pr_nums = ['13848', '13853']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue37165'
    versions = ['Python 3.8', 'Python 3.9']

    @rhettinger
    Copy link
    Contributor Author

    This lets _count_elements use METH_FASTCALL.

    @rhettinger rhettinger added 3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir performance Performance or resource usage labels Jun 5, 2019
    @rhettinger
    Copy link
    Contributor Author

    New changeset e985804 by Raymond Hettinger in branch 'master':
    bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
    e985804

    @miss-islington
    Copy link
    Contributor

    New changeset 21ce245 by Miss Islington (bot) in branch '3.8':
    bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
    21ce245

    @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 performance Performance or resource usage stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants