Skip to content

Add optional argument to Semaphore.release for releasing multiple threads #55187

@rhettinger

Description

@rhettinger
BPO 10978
Nosy @tim-one, @rhettinger, @pitrou, @MojoVampire
PRs
  • bpo-10978: Semaphores can release multiple threads at a time #15588
  • Files
  • sem.diff: Patch to threading.py
  • multirelease.diff: Update patch to Py3.5. Add test and docs
  • 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/rhettinger'
    closed_at = <Date 2019-08-29.08:45:42.904>
    created_at = <Date 2011-01-22.00:15:34.025>
    labels = ['type-feature', 'library', '3.9']
    title = 'Add optional argument to Semaphore.release for releasing multiple threads'
    updated_at = <Date 2019-08-29.08:45:42.904>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2019-08-29.08:45:42.904>
    actor = 'rhettinger'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2019-08-29.08:45:42.904>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2011-01-22.00:15:34.025>
    creator = 'rhettinger'
    dependencies = []
    files = ['20483', '35718']
    hgrepos = []
    issue_num = 10978
    keywords = ['patch']
    message_count = 6.0
    messages = ['126804', '135005', '221028', '221213', '221585', '350757']
    nosy_count = 5.0
    nosy_names = ['tim.peters', 'rhettinger', 'pitrou', 'neologix', 'josh.r']
    pr_nums = ['15588']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue10978'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    Labels

    3.9only security fixesstdlibPython modules in the Lib dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions