Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #22026 > unrolled thread

Condition in C API

Started byMatt Joiner <anacrolix@gmail.com>
First post2012-03-22 22:53 +0800
Last post2012-03-22 22:53 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Condition in C API Matt Joiner <anacrolix@gmail.com> - 2012-03-22 22:53 +0800

#22026 — Condition in C API

FromMatt Joiner <anacrolix@gmail.com>
Date2012-03-22 22:53 +0800
SubjectCondition in C API
Message-ID<mailman.891.1332428034.3037.python-list@python.org>
Is there a Condition-like object exposed in the CPython C API? I've
found PyThread_lock_type, but nothing condition-like.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web