Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a return value to threading.Condition.wait() #54427

Closed
kristjanvalur mannequin opened this issue Oct 28, 2010 · 2 comments
Closed

Add a return value to threading.Condition.wait() #54427

kristjanvalur mannequin opened this issue Oct 28, 2010 · 2 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@kristjanvalur
Copy link
Mannequin

kristjanvalur mannequin commented Oct 28, 2010

BPO 10218
Nosy @birkenfeld, @kristjanvalur
Files
  • condwait.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 2010-10-28.09:03:35.542>
    created_at = <Date 2010-10-28.07:34:19.740>
    labels = ['type-feature', 'library']
    title = 'Add a return value to threading.Condition.wait()'
    updated_at = <Date 2010-10-28.09:03:35.540>
    user = 'https://github.com/kristjanvalur'

    bugs.python.org fields:

    activity = <Date 2010-10-28.09:03:35.540>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-10-28.09:03:35.542>
    closer = 'georg.brandl'
    components = ['Library (Lib)']
    creation = <Date 2010-10-28.07:34:19.740>
    creator = 'kristjan.jonsson'
    dependencies = []
    files = ['19393']
    hgrepos = []
    issue_num = 10218
    keywords = ['patch']
    message_count = 2.0
    messages = ['119763', '119767']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'kristjan.jonsson']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue10218'
    versions = ['Python 3.2']

    @kristjanvalur
    Copy link
    Mannequin Author

    kristjanvalur mannequin commented Oct 28, 2010

    Add a return value to Condition.wait() that can be used to tell if Condition.wait() returns due to a timeout effect. This mirrors other wait apis in threading.py

    @kristjanvalur kristjanvalur mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Oct 28, 2010
    @birkenfeld
    Copy link
    Member

    Committed in r85876.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant