X Tutup
The Wayback Machine - https://web.archive.org/web/20251108050000/https://github.com/python/cpython/issues/59344
Skip to content

Speed up threading.Condition wakeup #59344

@kristjanvalur

Description

@kristjanvalur
BPO 15139
Nosy @tim-one, @loewis, @birkenfeld, @gpshead, @jcea, @pitrou, @kristjanvalur, @anacrolix
Files
  • condition.patch
  • queuetest.py: Test file to measure wakeup delay
  • condition.patch
  • condition.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 = None
    created_at = <Date 2012-06-22.15:38:31.754>
    labels = ['interpreter-core', 'library', 'performance']
    title = 'Speed up threading.Condition wakeup'
    updated_at = <Date 2014-04-04.14:18:20.388>
    user = 'https://github.com/kristjanvalur'

    bugs.python.org fields:

    activity = <Date 2014-04-04.14:18:20.388>
    actor = 'pitrou'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Interpreter Core', 'Library (Lib)']
    creation = <Date 2012-06-22.15:38:31.754>
    creator = 'kristjan.jonsson'
    dependencies = []
    files = ['26085', '26086', '26117', '26243']
    hgrepos = []
    issue_num = 15139
    keywords = ['patch']
    message_count = 17.0
    messages = ['163423', '163426', '163427', '163428', '163436', '163592', '163597', '163659', '163660', '163664', '163676', '163681', '164347', '164590', '164647', '164650', '215520']
    nosy_count = 10.0
    nosy_names = ['tim.peters', 'loewis', 'georg.brandl', 'gregory.p.smith', 'jcea', 'pitrou', 'kristjan.jonsson', 'anacrolix', 'sbt', 'Catalin.Patulea']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue15139'
    versions = ['Python 3.4']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      interpreter-core(Objects, Python, Grammar, and Parser dirs)pendingThe issue will be closed if no feedback is providedperformancePerformance or resource usagestdlibStandard Library Python modules in the Lib/ directory

      Projects

      Status

      Done

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        X Tutup