Skip to content

Optimize asyncio.ensure_future by reordering if conditions #77686

Closed
@jimmylai

Description

@jimmylai
mannequin
BPO 33505
Nosy @asvetlov, @1st1, @jimmylai
PRs
  • bpo-33505: Optimize asyncio.ensure_future by reordering if conditions #6832
  • bpo-33505: Optimize asyncio.ensure_future by reordering if conditions #6836
  • [3.7] bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) #7162
  • Files
  • ensure_future_benchmark.py: ./python.exe ensure_furture_benchmark.py -o ensure_future_optimized.json
  • 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 2018-05-28.19:14:26.685>
    created_at = <Date 2018-05-14.20:45:32.923>
    labels = ['3.8', 'expert-asyncio', '3.7', 'performance']
    title = 'Optimize asyncio.ensure_future by reordering if conditions'
    updated_at = <Date 2018-05-28.19:14:26.684>
    user = 'https://github.com/jimmylai'

    bugs.python.org fields:

    activity = <Date 2018-05-28.19:14:26.684>
    actor = 'yselivanov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-05-28.19:14:26.685>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2018-05-14.20:45:32.923>
    creator = 'jimmylai'
    dependencies = []
    files = ['47591']
    hgrepos = []
    issue_num = 33505
    keywords = ['patch']
    message_count = 4.0
    messages = ['316572', '316656', '317887', '317899']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'yselivanov', 'jimmylai']
    pr_nums = ['6832', '6836', '7162']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue33505'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions