This version fixes couple of bugs: - Fix segfault after fork if threads were waiting on a condition before the fork - Raise thread.error when releasing un-acquired lock - Accept timeout=None in Lock.acquire() and RLock.acquire() - Tested also on POWER8E
0.2
This version is compatible now with Python 2.6 and contains various bug fixes.