Guido, I'm really confused by the behavior of the locks in the unittests.
E.g. I do not understand why the condition is not locked after a short run
of the event loop in test_wait (test_locks.ConditionTests).
On trollius this fails (as expected IMO):
FAIL: test_wait
(test_locks.ConditionTests)----------------------------------------------------------------------Traceback
(most recent call last):
File "/Users/marc/Documents/python/trollius/tests/test_locks.py", line 422,
in test_wait
self.assertFalse(cond.locked())AssertionError: True is not false
Maybe you can shed some light on this and a few other issues:
https://bitbucket.org/haypo/trollius/pull-request/3/some-fixes-for-test_locks