Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.048 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'cpython': 0.05; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'subject:API': 0.16; 'message- id:@mail.gmail.com': 0.29; "i've": 0.32; 'there': 0.33; 'object': 0.33; 'to:addr:python-list': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GGlAEvWTweh0cVYEzVsll9JjhpFgnQV5Wpm94OuAGPU=; b=p1PhBgosXKn2hGbvVQCuJcPL3WM4PcFx2qzBZikVXgiw6logre7HMIIgZyNPCSCc8H fQxL5Hg53o7aFYlGCx25n8G7/vmx7mhPXqKi0Ki4MRIP91ALwH2XJr1UY+lBmEV9+lPi JFWjmUexAIqGAQ/Mer97e3HFIkeTLsckn1qpEFSHds4N6UsctUnaXAPHjuBfmvCnpHGj AVUiQJfk3Pnjxl9J5EI3t9iwMuyg4MAio7Biy/X9KTAaR3nASLmxu2hLHDk3aMgRQPLe atm7kP8Rfb2NfgZRpqozAS7BzUwER+QfRhiMt2JgD7132gXkjLoObVDYVskEyv7DNhJk sRdg== MIME-Version: 1.0 Date: Thu, 22 Mar 2012 22:53:51 +0800 Subject: Condition in C API From: Matt Joiner To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 2 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1332428034 news.xs4all.nl 6966 [2001:888:2000:d::a6]:57587 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:22026 Is there a Condition-like object exposed in the CPython C API? I've found PyThread_lock_type, but nothing condition-like.