Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22026
| 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 | <anacrolix@gmail.com> |
| 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 <anacrolix@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.891.1332428034.3037.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
Is there a Condition-like object exposed in the CPython C API? I've found PyThread_lock_type, but nothing condition-like.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Condition in C API Matt Joiner <anacrolix@gmail.com> - 2012-03-22 22:53 +0800
csiph-web