Skip to content

asyncio: Optimize loop.call_soon #72786

@1st1

Description

@1st1
BPO 28600
Nosy @gvanrossum, @vstinner, @ned-deily, @asvetlov, @methane, @socketpair, @1st1
Files
  • call_soon.patch
  • call_soon2.patch: moved another isinstance check from Handle to _check_callback
  • call_soon3.patch: address Guido's review
  • 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 = 'https://github.com/1st1'
    closed_at = <Date 2016-11-03.22:12:50.207>
    created_at = <Date 2016-11-03.18:29:01.566>
    labels = ['expert-asyncio', '3.7', 'performance']
    title = 'asyncio: Optimize loop.call_soon'
    updated_at = <Date 2017-07-28.03:34:23.426>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2017-07-28.03:34:23.426>
    actor = 'chris.jerdonek'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2016-11-03.22:12:50.207>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2016-11-03.18:29:01.566>
    creator = 'yselivanov'
    dependencies = []
    files = ['45339', '45340', '45341']
    hgrepos = []
    issue_num = 28600
    keywords = ['patch']
    message_count = 12.0
    messages = ['280002', '280004', '280006', '280013', '280016', '280017', '280018', '280019', '280026', '280027', '280030', '280031']
    nosy_count = 8.0
    nosy_names = ['gvanrossum', 'vstinner', 'ned.deily', 'asvetlov', 'methane', 'socketpair', 'python-dev', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue28600'
    versions = ['Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions