Is there a threading.Condition
-like object exposed directly in the Python C API? If not, what are my options?
Asked
Active
Viewed 53 times
0

Matt Joiner
- 112,946
- 110
- 377
- 526
-
Do you need to expose it to Python code also? – Janne Karila Mar 23 '12 at 08:09
-
@JanneKarila: Nope. I just need to use it from C, preferably avoiding dict lookups for methods and such. – Matt Joiner Mar 23 '12 at 08:21