Files
deb-python-eventlet/tests/isolated
Victor Stinner b5bfe1cad9 Fix threading.Condition with monkey-patching
For the Python implementation of threading.RLock because the new C
implementation of threading.RLock of Python 3.3 is not compatible with
eventlet monkey patching.

Fix the issue #185.
2015-04-05 03:32:57 +03:00
..