Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22026 > unrolled thread
| Started by | Matt Joiner <anacrolix@gmail.com> |
|---|---|
| First post | 2012-03-22 22:53 +0800 |
| Last post | 2012-03-22 22:53 +0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Condition in C API Matt Joiner <anacrolix@gmail.com> - 2012-03-22 22:53 +0800
| From | Matt Joiner <anacrolix@gmail.com> |
|---|---|
| Date | 2012-03-22 22:53 +0800 |
| Subject | Condition 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.
Back to top | Article view | comp.lang.python
csiph-web