[WIP] Add a new _PyObject_FastCall() function which avoids the creation of a tuple or dict for arguments · Issue #71001 · python/cpython · GitHub
Skip to content

[WIP] Add a new _PyObject_FastCall() function which avoids the creation of a tuple or dict for arguments #71001

Description

@vstinner
BPO 26814
Nosy @rhettinger, @vstinner, @larryhastings, @serhiy-storchaka, @1st1, @jstasiak
Files
  • call_stack.patch
  • call_stack-2.patch
  • call_stack-3.patch
  • ad4a53ed1fbf.diff
  • bench_fast.py
  • bench_fast-2.py
  • 34456cce64bb.patch
  • 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 2016-09-01.13:15:25.801>
    created_at = <Date 2016-04-21.08:57:21.562>
    labels = ['performance']
    title = '[WIP] Add a new _PyObject_FastCall() function which avoids the creation of a tuple or dict for arguments'
    updated_at = <Date 2016-09-01.13:15:25.800>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2016-09-01.13:15:25.800>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-09-01.13:15:25.801>
    closer = 'vstinner'
    components = []
    creation = <Date 2016-04-21.08:57:21.562>
    creator = 'vstinner'
    dependencies = []
    files = ['42549', '42550', '42557', '42566', '42567', '42568', '42899']
    hgrepos = ['342']
    issue_num = 26814
    keywords = ['patch']
    message_count = 34.0
    messages = ['263899', '263907', '263908', '263909', '263910', '263918', '263920', '263923', '263924', '263926', '263946', '263995', '263996', '263999', '264003', '264009', '264021', '264098', '264101', '264102', '264518', '264519', '264525', '264526', '264529', '264530', '265856', '265857', '265859', '265887', '265896', '265938', '266359', '274124']
    nosy_count = 6.0
    nosy_names = ['rhettinger', 'vstinner', 'larry', 'serhiy.storchaka', 'yselivanov', 'jstasiak']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue26814'
    versions = ['Python 3.6']

    Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      performancePerformance or resource usage

      Projects

      No projects

        Milestone

        No milestone

        Relationships

        None yet

        Development

        No branches or pull requests

        Issue actions